Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 670 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 670 Bytes

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