The Dark Arts of Advanced and Unsafe Rust Programming| doc.rust-lang.org
A 32-bit floating-point type (specifically, the “binary32” type defined in IEEE 754-2008).| doc.rust-lang.org
A double-ended queue implemented with a growable ring buffer.| doc.rust-lang.org
A UTF-8–encoded, growable string.| doc.rust-lang.org
Used for immutable dereferencing operations, like `*v`.| doc.rust-lang.org
A future represents an asynchronous computation obtained by use of `async`.| doc.rust-lang.org
A mutable memory location with dynamically checked borrow rules| doc.rust-lang.org
Types that pin data to a location in memory.| doc.rust-lang.org
The core primitive for interior mutability in Rust.| doc.rust-lang.org
Raw, unsafe pointers, `*const T`, and `*mut T`.| doc.rust-lang.org
The `Option` type. See the module level documentation for more.| doc.rust-lang.org
Types whose values can be duplicated simply by copying bits.| doc.rust-lang.org
A contiguous growable array type, written as `Vec`, short for ‘vector’.| doc.rust-lang.org
A pointer type that uniquely owns a heap allocation of type `T`.| doc.rust-lang.org