embedded 0.2.0

Work in progress embedded library; pre-release for single issue.
Documentation
  • Coverage
  • 11.11%
    1 out of 9 items documented0 out of 6 items with examples
  • Size
  • Source code size: 2.14 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mbr

Rust embedded development

The embed crates strives to make development on the embedded board safe and fun. It provides the minimal required runtime and abstractions for common hardware concepts as well as a library for some boards.

Getting started

The following are requisites for embedded development:

  1. A working Rust nightly, https://www.rustup.rs is highly recommeded.
  2. A linker that can link for the target platform, like arm-none-eabi-gcc.
  3. Xargo, which can conveniently be installed through cargo install xargo