io_tee

Crates.ioio_tee
lib.rsio_tee
version0.1.1
sourcesrc
created_at2021-08-17 23:14:25.746899
updated_at2021-08-17 23:28:34.136879
descriptionTee Read, BufRead, and Seek instances to a writer
homepage
repositoryhttps://github.com/TheOnlyMrCat/io_tee
max_upload_size
id438722
size8,391
(TheOnlyMrCat)

documentation

README

io_tee

Crates.io

A very simple library which supports teeing Read, BufRead, and Seek readers and Writers. 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.

License

Licensed under either of

  • Apache License, Version 2.0
  • MIT license at your option.

Contribution

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.

Commit count: 2

cargo fmt