Rust lib - Trait extending anything implementing BufRead with stream_until_token()
Find a file
2020-07-10 12:35:10 +12:00
src Removed async code: that code never worked: 2020-07-07 14:29:09 +12:00
.gitignore Initial code 2016-07-12 07:15:33 +12:00
Cargo.toml 0.4.0 2020-07-07 14:32:02 +12:00
CHANGE_LOG.txt Added change log 2020-07-10 12:35:10 +12:00
LICENSE-APACHE License files and license mention in README.md 2016-07-13 08:10:11 +12:00
LICENSE-MIT License files and license mention in README.md 2016-07-13 08:10:11 +12:00
README.md License files and license mention in README.md 2016-07-13 08:10:11 +12:00

buf-read-ext

Documentation is available at https://mikedilger.github.io/buf-read-ext

This library implements a trait BufReadExt which is implemented for any type that implements BufRead.

This trait supplies a stream_until_token() function. Read the docs for details.

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.