[][src]Crate rayon_croissant

<lqd> bikeshedding the name: something that is mapped folded and collected, a 🥐

This crate offers a new parallel iterator adapter which allows you to mapfold an iterator and reduce the result of the folds into a given mutable reference.

See ParallelIteratorExt::mapfold_reduce_into for more information.

Structs

MapfoldReduce

MapfoldReduce is an iterator that transforms the elements of an underlying iterator.

Traits

ParallelIteratorExt

Extension methods for rayon's parallel iterators.