Registry / async / pariter

pariter

JSON →
library0.6.0rscratesunverified

Parallel iterator processing for Rust, enabling concurrent iteration over collections.

# Cargo.toml [dependencies] pariter = "0.6.0"
INSTALL
IMPORT
SIG · PARITER
P
pariter
asyncrustv0.6.0
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.

ParallelIterator
use pariter::ParallelIterator;

Process items in parallel using an iterator

use pariter::ParallelIterator; fn main() { let result: Vec<_> = (0..10).into_par_iter().map(|x| x * 2).collect(); println!("Result: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Amazon
1
Resources
pariter — cargo add pariter · libregistry