[−][src]Crate alloc_wg
An attempt to collect several proposals of rust-lang/wg-allocators into a MVP.
Modules
alloc | Memory allocation APIs |
borrow | A module for working with borrowed data. |
boxed | A pointer type for heap allocation. |
clone | |
collections | Collection types. |
fmt | Utilities for formatting and printing |
iter | |
rc | Single-threaded reference-counting pointers. 'Rc' stands for 'Reference Counted'. |
slice | A dynamically-sized view into a contiguous sequence, |
str | Unicode string slices. |
string | A UTF-8 encoded, growable string. |
sync | Thread-safe reference-counting pointers. |
vec | A contiguous growable array type with heap-allocated contents, written
|
Macros
format | |
vec |