rust-bitcoin-unsafe-fast/io/CHANGELOG.md

16 lines
190 B
Markdown
Raw Normal View History

# 0.1 - Initial Release - 2023-01-18
Create the `io` crate, add basic I/O traits, types, and implementations.
Traits:
- `Read`
- `BufRead`
- `Write`
Types:
- `Take`
- `Cursor`
- `Sink`