Skip to content

v01dlabs/allomancy

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages