rust-bitcoin-unsafe-fast/CHANGELOG.md

18 lines
198 B
Markdown
Raw Normal View History

# 0.1.0 - 2024-02-13
Initial release of the `io` crate. Includes the following traits:
- `Read`
- `BufRead`
- `Write`
And types:
- `Result`
- `Error`
- `ErrorKind`
- `Take`
- `Cursor`
- `Sink`