Comprehensive Rust π¦
This repository has the source code for Comprehensive Rust
Read the course at https://google.github.io/comprehensive-rust/.
Building
The course is built using mdBook and its Svgbob plugin. Install both tools with
$ cargo install mdbook
$ cargo install mdbook-svgbobThen run
$ mdbook testto test all included Rust snippets. Run
$ mdbook serveto start a web server with the course. You'll find the content on
http://localhost:3000. You can use mdbook build to create a static version
of the course in the book/ directory.
Contact
For questions or comments, please contact Martin Geisler or start a discussion on GitHub. We would love to hear from you.