summaryrefslogtreecommitdiffstats
path: root/tokio-buf/CHANGELOG.md
AgeCommit message (Collapse)Author
2019-04-22Bump `tokio` to 0.1.19. (#1053)Carl Lerche
This also bumps: - tokio-async-await (0.1.7) - tokio-buf (0.1.1) - tokio-sync (0.1.5) - tokio-threadpool (0.1.14)
2019-02-23Bump tokio-buf to v0.1.0 (#925)Carl Lerche
2018-10-29Add tokio-buf and a `BufStream` trait (#611)Carl Lerche
The `BufStream` trait provides an improved API for working with asynchronous streams of bytes compared to `Stream<Item = [u8]>`