Welcome to your Rust book! This book is built using mdBook.
- Install mdBook:
cargo install mdbook
- Build the book:
mdbook build book
- Serve locally:
mdbook serve book
This project is set up to deploy the book to GitHub Pages using GitHub Actions. On every push to main, the book will be built and published to the gh-pages branch.
- Book source:
book/ - Output:
book/book/