Crate tee_embedded_io

Crate tee_embedded_io 

Source
Expand description

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.

Structs§

Tee
A “T” shaped dispatcher for blocking writes. This contains two writers, both of which writes to the Tee are sent to.