Crates.io | buf-read-ext |
lib.rs | buf-read-ext |
version | 0.4.0 |
source | src |
created_at | 2016-07-11 19:25:40.239387 |
updated_at | 2020-07-07 02:32:29.950656 |
description | Trait extending anything that implements BufRead with stream_until_token() |
homepage | |
repository | https://github.com/mikedilger/buf-read-ext |
max_upload_size | |
id | 5631 |
size | 26,277 |
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.
Licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.