API documentation for the Rust `Stream` trait in crate `futures_core`.| docs.rs
A one-shot channel is used for sending a single message between asynchronous tasks. The `channel` function is used to create a `Sender` and `Receiver` handle pair that form the channel.| docs.rs
Receive values from the associated `UnboundedSender`.| docs.rs
Receives values from the associated `Sender`.| docs.rs
String slices.| doc.rust-lang.org
Configuration for formatting.| doc.rust-lang.org
`ProjectDirs` computes the location of cache, config or data directories for a specific application, which are derived from the standard directories and the name of the project/organization.| docs.rs
The receiving side of a channel.| docs.rs
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
Types that pin data to a location in memory.| doc.rust-lang.org
`IntoParallelIterator` implements the conversion to a `ParallelIterator`.| docs.rs
A handle representing a span, with the capability to enter the span if it exists.| docs.rs
An `Iterator` blanket implementation that provides extra adaptors and methods.| docs.rs
`Result` is a type that represents either success (`Ok`) or failure (`Err`).| doc.rust-lang.org
The `Option` type. See the module level documentation for more.| doc.rust-lang.org