Module alloc

Module alloc 

Source

Modules§

borrow
A module for working with borrowed data.
boxed
The Box<T> type for heap allocation.
string
A UTF-8–encoded, growable string.
vec
A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros§

vec
Creates a Vec containing the arguments.