Skip to content

v0.99.8

Compare
Choose a tag to compare
@yoshuawuyts yoshuawuyts released this 28 Sep 15:58
155256c

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 with std::sync::Mutex, reducing dependencies.