futures-rs v0.3.0-alpha.15 Release Notes

Release Date: 2019-04-27 // almost 5 years ago
  • 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.