/rust-intuition

Primary LanguageRustGNU General Public License v3.0GPL-3.0

rust-intuition

A Rust intuition repository dedicated for programmers of all levels to learn Rust through extensive clear examples and heavy commentation.

Running the examples

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

If you are using VScode you can:

  • 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.

Vscode single test run