0.3.0-alpha.15
Pre-release
Pre-release
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 ofFutureObj
. - Changed
StreamExt::select
to a function. - Added
AsyncBufRead
andAsyncSeek
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 theeither
crate.