#embedded-io #embedded-io-traits #write-trait #no-alloc

no-std extra-embedded-io-adapters

Implementations of embedded-io's Write trait for other crates' types

1 unstable release

0.1.0 Oct 9, 2025

#5 in #embedded-io

Download history 234/week @ 2025-10-12 31/week @ 2025-10-19 8/week @ 2025-10-26 1/week @ 2025-11-02 68/week @ 2025-11-30 106/week @ 2025-12-07 1481/week @ 2025-12-14 9/week @ 2025-12-21 66/week @ 2025-12-28 941/week @ 2026-01-04 1857/week @ 2026-01-11 1134/week @ 2026-01-18 1416/week @ 2026-01-25

5,349 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

14KB
157 lines

extra-embedded-io-adapters License: MIT OR Apache-2.0 extra-embedded-io-adapters on crates.io extra-embedded-io-adapters on docs.rs Source Code Repository Rust Version: 1.82.0

Types that encapsulate foreign types into embedded-io writers.

Exceeding what the embedded-io-adapters (which gets co-developed with embedded-io) does,

This library is not intended to be part of any other crate’s public dependencies, and will do breaking releases whenever its own public dependencies change. Users who want to support different versions of other crates may need to resort to using multiple versions of this crate.

Dependencies

~780KB
~18K SLoC