[][src]Crate shallow_tees

A tee implementation with Seek support through counting the max read.

Structs

ShallowTees

A tee-reader implementation that implements Seek only on the shallow level, i.e. the Write still receives all the bytes skipped in the seek.