#iterator #result #data-structure

process-results

process-results is a crate that provides the same functionality provided by Itertools::process_results. It helps you process an iterator of results, with a more ergonomic and composable interface.

3 releases

0.1.2 Jul 28, 2021
0.1.1 Jul 28, 2021
0.1.0 Jul 27, 2021

#2551 in Rust patterns

37 downloads per month

MIT/Apache

24KB
392 lines

process-results

Crates.io: arrayvec Documentation

process-results is a crate that provides the same functionality provided by Itertools::process_results. It helps you process an iterator of results, with a more ergonomic and composable interface.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies