#io #buffering #bufread

better_io

Better traits and implementations for IO and buffering

4 releases

0.1.0 Apr 6, 2024
0.0.1 Apr 5, 2024
0.0.0 Nov 15, 2023
0.0.0-alpha.0 Nov 11, 2023

#760 in Encoding

Download history 6/week @ 2024-01-19 25/week @ 2024-01-26 19/week @ 2024-02-02 25/week @ 2024-02-09 45/week @ 2024-02-16 36/week @ 2024-02-23 26/week @ 2024-03-01 22/week @ 2024-03-08 62/week @ 2024-03-15 41/week @ 2024-03-22 41/week @ 2024-03-29 257/week @ 2024-04-05

402 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

11KB
181 lines

Crates.io

Better IO

At present, this crate only supports BetterBufRead and BetterBufReader. BetterBufRead is a new approach to buffered reading that I designed after much thinking. Though I don't think the ideas are original; they somewhat resemble this blog post and probably some older stuff too.

No runtime deps