streams 0.0.2

A collection of stream-extensions that are missing in the `futures` crate
Documentation
1
2
3
4
5
6
pub use crate::expand::ExpandStreamExt;
pub use crate::expand::TryExpandStreamExt;
pub use crate::latest_ready::LatestReadyStreamExt;
pub use crate::latest_ready::TryLatestReadyStreamExt;
pub use crate::zip_biased::TryZipBiasedStreamExt;
pub use crate::zip_biased::ZipBiasedStreamExt;