v0.99.8
This release came slightly ahead of schedule in order to fix compatibility issues with the newly released [email protected]
and Rust 1.39 beta release. Additionally we've introduced documentation for futures concurrency, and several new io::Read
methods!
Added
- Added README to examples directory.
- Added concurrency documentation to the futures submodule.
- Added
io::Read::take
method. - Added
io::Read::by_ref
method. - Added
io::Read::chain
method.
Changed
- Pin futures-preview to
0.3.0-alpha.18
, to avoid rustc upgrade problems. - Simplified extension traits using a macro.
- Use the
broadcast
module withstd::sync::Mutex
, reducing dependencies.