summaryrefslogtreecommitdiffstats
path: root/tokio-buf
AgeCommit message (Expand)Author
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-22Bump `tokio` to 0.1.19. (#1053)Carl Lerche
2019-04-18buf: Add IntoStream (#1048)Lucio Franco
2019-03-29buf: stream and iter helpers (#1011)Carl Lerche
2019-03-29buf: impl Error for CollectVecError (#1010)Carl Lerche
2019-03-28buf: impl size_hint for str types + reorg tests (#1012)Carl Lerche
2019-03-27buf: implement FromBufStream for Bytes (#1009)Carl Lerche
2019-03-25Corrected doc for tokio_buf SizeHint (#1003)MOZGIII
2019-02-24Fix rustfmt check (#927)Carl Lerche
2019-02-23Bump tokio-buf to v0.1.0 (#925)Carl Lerche
2019-02-23buf: misc polish (#924)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-19buf: Add `BufStreamExt` trait and add a core feature (#897)Lucio Franco
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-10-29Add tokio-buf and a `BufStream` trait (#611)Carl Lerche