Crates.io | io_tee |
lib.rs | io_tee |
version | 0.1.1 |
source | src |
created_at | 2021-08-17 23:14:25.746899 |
updated_at | 2021-08-17 23:28:34.136879 |
description | Tee Read, BufRead, and Seek instances to a writer |
homepage | |
repository | https://github.com/TheOnlyMrCat/io_tee |
max_upload_size | |
id | 438722 |
size | 8,391 |
A very simple library which supports teeing Read
, BufRead
, and Seek
readers and Write
rs.
Implementations respect the underlying reader or writer's overriden methods.
For convenience, ReadExt
and WriteExt
traits are provided to easily construct TeeReader
and TeeWriter
from
existing Read
and Write
streams.
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.