Module wasmer_compiler::lib::std
source · Modules§
- A module for working with borrowed data.
- The
Box<T>
type for heap allocation. - Collection types.
- Utilities for formatting and printing
String
s. - Utilities for the
str
primitive type. - A UTF-8–encoded, growable string.
- Useful synchronization primitives.
- A contiguous growable array type with heap-allocated contents, written
Vec<T>
.
Macros§
- Creates a
Vec
containing the arguments.