Modules

A module for working with borrowed data.

A pointer type for heap allocation.

Single-threaded reference-counting pointers. ‘Rc’ stands for ‘Reference Counted’.

A UTF-8–encoded, growable string.

Useful synchronization primitives.

A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros

Creates a String using interpolation of runtime expressions.

Creates a Vec containing the arguments.