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
-
In MacOS just execute the following command to open your local copy of the book:
rustup docs --book