rust-bitcoin-unsafe-fast/io
Tobin C. Harding 32d68fd1fa
io: Add BufRead trait
Add a `BufRead` trait for types that perform buffered reading.

Implement it for:
- `Take`
- `Cursor`
- `std::io::BufRead` readers
- (in no-std builds) for slice of u8s
2024-01-16 09:11:20 +11:00
..
src io: Add BufRead trait 2024-01-16 09:11:20 +11:00
Cargo.toml io: Make crate MSRV 1.56.1 2023-12-13 14:22:01 +11:00