Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.01 KB

License: MPL 2.0

Allomancy

A collection of Rust crates intended to fill holes in the current embedded-hal traits and otherwise make embedded development, especially for more than one platform, easier.

Goals

In general, everything in here should be compatible with a #![no_std] (and ideally no alloc) target unless there is a very good reason to do otherwise. This maximises compatibility with the most constrained targets. Optional std features are reasonable, but all core functionality should be available for the minimal target.

The stuff that makes sense to try and get included in embedded-hal or one of its sister crates, I/we will make the attempt (and so effort should be made to follow their patterns in those cases).

Crates (current)