Coder Social home page Coder Social logo

tauri_calendar_week's Introduction

Tauri Calendar Week

This is my second time around for jumping into Rust. This time, I am teaming it up with Tauri.

My last try at learning Rust was using implementation of an algorithm to solve a maze. Located at (https://github.com/tyc/Aldous-Broder)

During the course of working through the various obstacles, I wil try to document the changes as I go along.

Tauri

Tauri is an glue layer that allows Rust code for back end and a Web technology on the front end.

I am using simple html with css to build my front end.

The home of Tauri is at https://tauri.app/.

Tauri's main.rs

The initial framework from Tauri is autogenerated. It has a very initial skeleton of the code.

using global data

This is a great guide on what options are available for using global data in Rust.

https://github.com/paulkernfeld/global-data-in-rust

Using a crate

crate is Rust's way of doing an equavalent of #include.

An entry is made into Cargo.toml that specifies which crate is to be used. in Cargo.toml, it also specifieds which version it depends on and if any features in the create is enabled.

tauri_calendar_week's People

Watchers

Tehn Yit Chin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.