A Rust intuition repository dedicated for programmers of all levels to learn Rust through extensive clear examples and heavy commentation.
All the examples are included as assertless tests.
You can run all the examples at once from the terminal via
cargo test --release -- --test-threads=1 --show-output
- Skip the terminal command above by Running the build task "ctrl/cmd + shift + b"
- Install the Rust-Analyzer and run single tests from within the editor.