esp-rs / book

The Rust on ESP Book
https://esp-rs.github.io/book/
Apache License 2.0
171 stars 53 forks source link
book embedded esp-rs esp32 espressif mdbook rust

The Rust on ESP Book

This repository contains the source of "The Rust on ESP" book.

Quickstart

This book is generated using mdbook and additionally uses the mdbook-mermaid preprocessor to add support for diagrams. To install these tools:

cargo install mdbook mdbook-mermaid

With mdbook and mdbook-mermaid installed, you can clone the repository and start a development server by running:

git clone https://github.com/esp-rs/book
cd book/
mdbook serve

License

The Rust on ESP Book is distributed under the following licenses:

Contribution

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.