Crate flood

Source
Expand description

The missing pieces of Streams

This is meant to be to Streams what itertools is to Iterators.
Currently clearly a WIP. Feel free to open PRs adding methods/functions/macros or even issues requesting them, I will be adding things as I or others need them.

Structs§

Interleave

Traits§

Flood
The equivalent of itertools::Itertools
IntoStream
Conversion into an Stream.

Functions§

interleave
Create a stream that interleaves elements in i and j.