- Install mdbook
cargo install mdbook
- Building
To view the book, execute:
mdbook serve
Go to the listings folder
cd listings
To check if the examples build, execute:
cargo build
To run a specific listing, execute:
cargo run --bin listing_name
The book itself is licensed under the Creative Commons Attribution 3.0 Unported license. One exception are the code snippets which are licensed under the MIT license.