This is a work-in-progress book about how to write fast and efficient programs with the Rust programming language. See src/000-start.md for more information.
This book is generated by mdBook. To build it, first install mdBook:
cargo install mdbook
Then run this command in the top level of this repository to compile the book:
mdbook build
Open the generated book/index.html
file in your web browser to view the output.
See the mdBook documentation for more details