Crate io_tee[][src]

Expand description

Various helpers for teeing readers and writers.

TeeReader and TeeWriter respect the underlying Reader and Writeer’s method overrides. (Except for vectored, because I haven’t got around to that yet)

TeeReader supports teeing Read, BufRead and Seek readers.

Structs

A reader which tees its input to another writer.

Traits