Modules
- A contiguous growable array type with heap-allocated contents, written
Vec<T>.
Macros
- Creates a
Stringusing interpolation of runtime expressions. - Creates a
Veccontaining the arguments.
Structs
- A pointer type that uniquely owns a heap allocation of type
T. - A UTF-8–encoded, growable string.
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’. - A double-ended queue implemented with a growable ring buffer.
Traits
- Parse a value from a string
- A generalization of
Cloneto borrowed data. - A trait for converting a value to a
String.