embers

Crates.ioembers
lib.rsembers
version0.1.0
created_at2026-01-06 19:28:42.736189+00
updated_at2026-01-06 19:28:42.736189+00
descriptionA collection of helpful drivers for use in embedded Rust.
homepage
repositoryhttps://github.com/njfdev/embers
max_upload_size
id2026582
size18,760
Nicholas Fasching (njfdev)

documentation

README

Embers

Embers is a collection of helpful drivers to use in embedded Rust, targeting easy to use implementations for important protocols and sensor modules. The name Embers comes from EMBedded drivERS!

It uses the embedded-io-async implementations, so these drivers can be used with most available embedded Rust frameworks!

Usage

Embers is just like any other crate, and you can add it with cargo:

cargo add embers

The drivers are split into subfolders in the src/ directory, and each subfolder will contain a README.md to show an example of using the driver (usually with Embassy).

Commit count: 7

cargo fmt