16 lines
190 B
Markdown
16 lines
190 B
Markdown
|
# 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`
|