James Munns 848720bac0 Consistency cleanup, changes the following:
* Creates a subdirectory, `books/` to house both projects
* Updates the `License` field of the READMEs of both projects to be more consistent
* Relicenses the `embedonomicon` from CC0 to CC-BY-SA 4.0 (requires signoff by @japaric)
* Minor README changes to both projects for consistency
2018-04-08 16:57:57 +02:00

[Work in Progress] - The Embedded Rust Book

Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices

See this issue for more details. This is a very early work in progress.

Online Copies of this Book

At the moment, there are no official locations where this book is hosted. Instead, see below for instructions to render and use the book locally.

Using

cargo install mdbook
cd books/embedded-rust-book
mdbook serve

# open a web browser, go to http://localhost:3000

License

The Embedded Rust Book (this project) is distributed under the following licenses:

  • The code samples and free-standing Cargo projects 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.

Copies of the licenses used by this project may also be found here:

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.

Description
rust 嵌入式编程书籍的翻译,原书地址 https://rust-embedded.github.io/book/
Readme 2.5 MiB
Languages
JavaScript 55.3%
HTML 43.7%
CSS 1%