Learn Rust with TDD

Like Learn Go with Tests, but in Rust.

HTML

github pages

Buy us a coffee ☕!

Development Requirements

Learn Rust With TDD is written using mdBook. Follow the instructions there to install mdBook on your machine and build the book.

Things to improve

Resources

Runing mdbook

To run mdbook via docker from the root of the project:

# show usage
./mdbook.sh

# test code samples
./mdbook.sh test

# serve the book at http://0.0.0.0:3000, watching for changes
./mdbook.sh serve --hostname 0.0.0.0

# build the book to the book/ folder
./mdbook.sh build