Skip to content

Nader-Sl/rust-intuition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages