# 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`