book
Rust guide
Documentation on using Rust to develop firmware for microcontrollers.
Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices
1k stars
35 watching
178 forks
last commit: about 1 month ago Related projects:
Repository | Description | Stars |
---|---|---|
rust-embedded/wg | The embedded WG project coordinates efforts to improve the quality and accessibility of software development for embedded systems using Rust. | 1,926 |
rust-embedded-community/usb-device | A framework for building USB devices in Rust. | 450 |
ferrous-systems/elements-of-rust | A collection of software engineering techniques and best practices for writing clear and effective Rust code. | 1,103 |
rust-embedded/cortex-m | Provides low-level interfaces to interact with Cortex-M microcontrollers using Rust | 826 |
rust-embedded/nb | A library providing a minimal and reusable non-blocking I/O layer | 88 |
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,248 |
rust-lang/api-guidelines | Provides guidelines and best practices for designing and presenting APIs in Rust | 1,239 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,667 |
jondot/rust-how-do-i-start | A curated resource for learning Rust programming language | 1,076 |
mercateo/rust-for-node-developers | An introduction to Rust programming language for Node developers | 1,768 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
ferrous-systems/embedded-trainings-2020 | Training material and resources for learning to develop embedded systems using Rust | 248 |
rust-embedded/msp430-quickstart | A template for building applications for TI's MSP430 microcontrollers | 36 |
rust-lang-ru/rust-by-example | A translation project of the Rust programming language book | 63 |
rust-embedded/riscv | Provides a set of Rust libraries and tools for accessing and interacting with RISC-V microcontrollers. | 852 |