String slices.| doc.rust-lang.org
The boolean type.| doc.rust-lang.org
The 8-bit unsigned integer type.| doc.rust-lang.org
A dynamically-sized view into a contiguous sequence, `[T]`.| doc.rust-lang.org
Used for indexing operations (`container[index]`) in immutable contexts.| doc.rust-lang.org
A UTF-8–encoded, growable string.| doc.rust-lang.org
A helper trait used for indexing operations.| doc.rust-lang.org
Raw, unsafe pointers, `*const T`, and `*mut T`.| doc.rust-lang.org
`Result` is a type that represents either success (`Ok`) or failure (`Err`).| doc.rust-lang.org
Parse a value from a string| doc.rust-lang.org
The `Option` type. See the module level documentation for more.| doc.rust-lang.org