rust-bitcoin-unsafe-fast/io/src
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
..
error.rs 2023-12-10 automated rustfmt nightly 2023-12-10 00:58:56 +00:00
lib.rs io: Add BufRead trait 2024-01-16 09:11:20 +11:00
macros.rs Inline io module in io crate root 2023-11-28 14:17:14 +11:00