Registry / utility / streaming-iterator

streaming-iterator

JSON →
library0.1.9rscratesunverified

Streaming iterators.

# Cargo.toml [dependencies] streaming-iterator = "0.1.9"
INSTALL
IMPORT
SIG · STREAMING-ITERATOR
S
streaming-iterator
utilityrustv0.1.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StreamingIterator
use streaming_iterator::StreamingIterator;

Iterates over items with a streaming (non-borrowing) pattern.

use streaming_iterator::StreamingIterator; fn main() { let data = vec![1, 2, 3]; let mut iter = data.into_iter().streaming(); while let Some(item) = iter.next() { println!("{}", item); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
streaming-iterator — cargo add streaming-iterator · libregistry