Crates.io | better_io |
lib.rs | better_io |
version | 0.1.0 |
source | src |
created_at | 2023-11-11 03:43:34.412857 |
updated_at | 2024-04-06 14:41:01.352846 |
description | Better traits and implementations for IO and buffering |
homepage | |
repository | https://github.com/mwlon/pcodec |
max_upload_size | |
id | 1031830 |
size | 10,249 |
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.