#embedded-io #tee #write #no-alloc

no-std tee-embedded-io

Adapter for embedded-io to feed writes into two instances

1 unstable release

0.1.0 Oct 9, 2025

#6 in #embedded-io

Download history 189/week @ 2025-10-06 222/week @ 2025-10-13 26/week @ 2025-10-20 5/week @ 2025-10-27

442 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

6KB
62 lines

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

Adapter for embedded-io to feed writes into two instances

It provides a “T” shaped dispatcher for writes (performed on both sides with the embedded_io::Write trait), similar to the UNIX tee command.

Dependencies

~39KB