5 unstable releases
| 0.2.0 | Jan 1, 2026 |
|---|---|
| 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 |
#529 in Encoding
89,575 downloads per month
Used in 46 crates
(2 directly)
10KB
174 lines
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.