bytesbuf_io 0.2.0

Asynchronous I/O abstractions expressed via `bytesbuf` types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

## [0.2.0] - 2026-01-28

- 📚 Documentation

  - Add cross-crate link to `bytesbuf` in `bytesbuf_io` ([#186]https://github.com/microsoft/oxidizer/pull/186)

## [0.1.1] - 2026-01-07

- ✨ Features

  - Migrate bytesbuf_io from private repo ([#181]https://github.com/microsoft/oxidizer/pull/181)

- 🧩 Miscellaneous

  - Reduce keyword count in bytesbuf_io to 5 so crates.io will accept it ([#185]https://github.com/microsoft/oxidizer/pull/185)