Crate stream_more

source ·
Expand description

stream-more is a library for working with streams.

Modules

Structs

  • A [Stream] that coalesces adjacent items by user provided function.
  • A [Stream] that merges multiple streams in user specified order.

Traits