#seek #read #max #offset #tracking #tee-reader

shallow-tees

A TeeReader implementation that implements Seek by tracking the max read offset

2 releases

0.1.1 Dec 7, 2020
0.1.0 Nov 21, 2020

#21 in #seek

22 downloads per month
Used in phar

Apache-2.0

9KB
201 lines

shallow-tees

!CI crates.io docs.rs

A TeeReader implementation that implements Seek by tracking the max read offset


lib.rs:

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

No runtime deps