A dynamically-sized view into a contiguous sequence, `[T]`.| doc.rust-lang.org
A fixed-size array, denoted `[T; N]`, for the element type, `T`, and the non-negative compile-time constant size, `N`.| doc.rust-lang.org
Format trait for an empty format, `{}`.| doc.rust-lang.org
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
The boolean type.| doc.rust-lang.org
`Result` is a type that represents either success (`Ok`) or failure (`Err`).| doc.rust-lang.org
References, `&T` and `&mut T`.| doc.rust-lang.org
A trait for giving a type a useful default value.| doc.rust-lang.org
The `Option` type. See the module level documentation for more.| doc.rust-lang.org