/rust-book

Rust Book exercises implementation with reference notes

Primary LanguageRust

nice to have the better comments plugin installed in vscode. if not:

  • Comments that follow the pattern // ! highlight in red by default. This is to mean something vital noted.
  • Comments that follow the pattern // * highlight in green by default. This is to mean that a solution is explained / demosntrated in the below code.