1 unstable release
| 0.1.0 | Oct 9, 2025 |
|---|
#6 in #embedded-io
442 downloads per month
Used in 3 crates
(2 directly)
6KB
62 lines
tee-embedded-io

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