Parallel version of the standard iterator trait.| docs.rs
An iterator that supports “random access” to its data, meaning that you can split it at arbitrary indices and draw data from those points.| docs.rs
`IntoParallelIterator` implements the conversion to a `ParallelIterator`.| docs.rs
A finite heterogeneous sequence, `(T, U, ..)`.| doc.rust-lang.org
A contiguous growable array type, written as `Vec`, short for ‘vector’.| doc.rust-lang.org
The boolean type.| doc.rust-lang.org
Types that can be transferred across thread boundaries.| doc.rust-lang.org
The `Option` type. See the module level documentation for more.| doc.rust-lang.org