Skip to content

0.3.0-alpha.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@cramertj cramertj released this 27 Apr 00:24
· 899 commits to master since this release

0.3.0-alpha.15 - 2019-4-26

  • Updated to stabilized futures_api.
  • Removed StreamObj, cautioned against usage of FutureObj.
  • Changed StreamExt::select to a function.
  • Added AsyncBufRead and AsyncSeek traits.
  • Expanded trait impls to include more pinned pointers and ?Sized types.
  • Added future::Fuse::terminated constructor.
  • Added never_error combinator.
  • Added StreamExt::enumerate.
  • Re-added TryStreamExt::{and_then, or_else}.
  • Added functions to partially progress a local pool.
  • Changed to use our own Either type rather than the one from the either crate.