#ext #buf

buf-read-ext

Trait extending anything that implements BufRead with stream_until_token()

5 releases (3 breaking)

0.4.0 Jul 7, 2020
0.3.0 Sep 13, 2017
0.2.1 Apr 6, 2017
0.2.0 Jul 11, 2016
0.1.0 Jul 11, 2016
Download history 413/week @ 2023-10-17 1049/week @ 2023-10-24 491/week @ 2023-10-31 479/week @ 2023-11-07 472/week @ 2023-11-14 548/week @ 2023-11-21 693/week @ 2023-11-28 746/week @ 2023-12-05 728/week @ 2023-12-12 662/week @ 2023-12-19 405/week @ 2023-12-26 311/week @ 2024-01-02 409/week @ 2024-01-09 717/week @ 2024-01-16 1113/week @ 2024-01-23 2468/week @ 2024-01-30

4,771 downloads per month
Used in 31 crates (5 directly)

MIT/Apache

15KB
202 lines

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.

No runtime deps