1//! `stream-more` is a library for working with streams.
23mod stream_more;
45pub use compare::Compare;
67pub use crate::stream_more::coalesce::Coalesce;
8pub use crate::stream_more::comparators;
9pub use crate::stream_more::kmerge::KMerge;
10pub use crate::stream_more::StreamMore;