1 unstable release
0.1.0 | Dec 8, 2023 |
---|
#1503 in Rust patterns
26KB
340 lines
packed_streaming_iterator
usefull extensions to the streaming_iterator crate (rust)
lib.rs
:
Some usefull additions to the streaming_iterator
crate.
Includes versions of StreamingIterator
adapters that derive Clone
,
streaming versions of some more common iterator adapters like
zip and enumerate, and some more streaming iterator adapters.
see Streaming
trait for all documentation.
Dependencies
~97KB