mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
456 B
456 B
0.2.0-alpha.1 (August 8, 2019)
Changed
- Switch to
async,await, andstd::future.
0.1.1 (April 22, 2019)
Added
- Utilities for creating a
BufStreamfrom iterators and streams (#1011). - Add
BufStream::into_stream(#1048). - Implement
FromBufStreamforBytes(#1009). - Implement
ErrorforCollectVecError(#1010).
Fixed
- Implement
size_hintfor string types (#1012).
0.1.0 (February 23, 2019)
- Initial release