hjawhar / rust-intuition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%