#bufread #buffering #io

better_io

Better traits and implementations for IO and buffering

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

Download history 7079/week @ 2025-11-13 8006/week @ 2025-11-20 4937/week @ 2025-11-27 4777/week @ 2025-12-04 4676/week @ 2025-12-11 3169/week @ 2025-12-18 2016/week @ 2025-12-25 4796/week @ 2026-01-01 6297/week @ 2026-01-08 11565/week @ 2026-01-15 28697/week @ 2026-01-22 17574/week @ 2026-01-29 20244/week @ 2026-02-05 26623/week @ 2026-02-12 18364/week @ 2026-02-19 21724/week @ 2026-02-26

89,575 downloads per month
Used in 46 crates (2 directly)

Apache-2.0

10KB
174 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