This repository contains the source of "The Rust on ESP" book.
This book is generated using mdbook, which can be installed using Cargo:
cargo install mdbookWith mdbook installed, you can clone the repository and start a development server by running:
git clone https://github.com/esp-rs/book
cd book/
mdbook serveThe Rust on ESP Book is distributed under the following licenses:
- The code samples contained within this book are licensed under the terms of both the MIT License and the Apache License v2.0.
- The written prose contained within this book is licensed under the terms of the Creative Commons CC-BY-SA v4.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.
While contributing, please follow the Rust Documentation Style Guide.