Crate stream_more

Source
Expand description

stream-more is a library for working with streams.

Modules§

comparators
Compare implementations

Structs§

Coalesce
A Stream that coalesces adjacent items by user provided function.
KMerge
A Stream that merges multiple streams in user specified order.

Traits§

StreamMore
Provide more methods for Stream.
Compare
A comparator imposing a total order.