buf_re(a)dux

A drop-in replacement for Rust's std::io::BufReader with additional functionality.

Features include:

Usage

Documentation

Cargo.toml: toml [dependencies] buf_redux = "0.1"

lib.rs or main.rs: rust extern crate buf_redux;

And then find-and-replace use std::io::BufReader with use buf_redux::BufReader using whatever tool you prefer.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.