ruchei 0.1.2

Utilities for working with many streams
Documentation
1
2
3
4
5
6
7
8
9
10
//! Convert a [`Stream`] of [`Stream`]`+`[`Sink`]s into single [`Stream`]`+`[`Sink`].
//!
//! [`Stream`]: futures_util::Stream
//! [`Sink`]: futures_util::Sink

pub mod buffered;
pub mod bufferless;
pub mod replay;
#[cfg(feature = "unstable")]
pub mod trie;