Receive values from the associated `UnboundedSender`.| docs.rs
Receives values from the associated `Sender`.| docs.rs
Used for immutable dereferencing operations, like `*v`.| doc.rust-lang.org
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
An `Iterator` blanket implementation that provides extra adaptors and methods.| docs.rs
A contiguous growable array type, written as `Vec`, short for ‘vector’.| doc.rust-lang.org
Polars: DataFrames in Rust| docs.rs