dioxus framework examples.
Full stack examples.
The folder containing the list of my experiments with actix_web
.
Basic benchmark example. You can run with this command.
cd benchmark
cargo bench
Bevy
is a simple data-driven game engine.
tauri
is a desktop and mobile application framework.
The folder containing the list of design patterns in rust
🦀.
Wasm examples.
Axum
is a web application framework that focuses on ergonomics and modularity.
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.