Files
tokio/tokio-buf/CHANGELOG.md
T
Carl Lerche 51e36e41bc Add tokio-buf and a BufStream trait (#611)
The `BufStream` trait provides an improved API for working with
asynchronous streams of bytes compared to `Stream<Item = [u8]>`
2018-10-29 13:43:48 -07:00

4 lines
40 B
Markdown

# 0.1.0 (unreleased)
* Initial release