latest update of this file in the Digital Garden Repository
- book
- rust by example
- rust by example next exercise
- Rust cookbook
- The Cargo Book
- RUST for VIDEOGAMES
- VIDEO: Rust Crash Course | Rustlang
- Texture Synthesis with Rust by Anastasia Opara
- Using Rust and WebAssembly to Process Pixels from a Video Feed
- From C# to Rust
- Anastasia Opara - Texture Syntehsis
- Valerie: Rethinking Web Apps in Rust
- soloud, game audio library
rustc 04-print.rs -o 04-print.exe
mkdir rust-package
cd rust-package
cargo init
cd package-dir
cargo build
cargo build --release
cargo run
cargo run param1 param2