0.3.0-alpha.15
Pre-release
Pre-release
·
949 commits
to master
since this release
0.3.0-alpha.15 - 2019-4-26
- Updated to stabilized
futures_api. - Removed
StreamObj, cautioned against usage ofFutureObj. - Changed
StreamExt::selectto a function. - Added
AsyncBufReadandAsyncSeektraits. - Expanded trait impls to include more pinned pointers and ?Sized types.
- Added
future::Fuse::terminatedconstructor. - Added
never_errorcombinator. - Added
StreamExt::enumerate. - Re-added
TryStreamExt::{and_then, or_else}. - Added functions to partially progress a local pool.
- Changed to use our own
Eithertype rather than the one from theeithercrate.