#read #offset #seek #max #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

#23 in #max


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