/Rust-Examples

Rust-lang programming examples.

Primary LanguageRustMIT LicenseMIT

Rust-Examples

dioxus framework examples.

dioxus_examples


Full stack examples.

todo_reactix


The folder containing the list of my experiments with actix_web.

actix_tweets


Basic benchmark example. You can run with this command.

cd benchmark
cargo bench

Bevy is a simple data-driven game engine.

bevy_examples


tauri is a desktop and mobile application framework.

hello tauri


The folder containing the list of design patterns in rust🦀. builder pattern


Wasm examples.


Axum is a web application framework that focuses on ergonomics and modularity.

hello_axum


You can review the experiments on artificial intelligence.


Basic blockchain hash code example. You can run with this command.

cargo run

Examples Rust's rocket and diesel frameworks. Rocket framework has a big difference between 0.4 and 0.5 versions that's why I used pre-release version. Used with diesel MySQL. You can run below command and test it at your browser http://localhost:8000 adress.

cargo run

Tokio is an asynchronous runtime for the Rust programming language. It provides the building blocks needed for writing networking applications. It gives the flexibility to target a wide range of systems, from large servers with dozens of cores to small embedded devices.