diff --git a/io/CHANGELOG.md b/io/CHANGELOG.md new file mode 100644 index 00000000..af90b40d --- /dev/null +++ b/io/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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`