/hello-rust

Sample codes from the Book The Rust Programming Language

Primary LanguageRustOtherNOASSERTION

Hello Rust

Contains samples and exercises from Book: The Rust Programming Language


To see the list of samples execute:

git branch

Then just jump to the desired branch with: git checkout



For example, to revisit the enums examples execute:

git checkout enums

Where to find the Book

  • Online

  • In MacOS just execute the following command to open your local copy of the book:

rustup docs --book