Module wasmer_types::lib::std
source · [−]Expand description
Custom std
module.
Modules
This module implements the Any
trait, which enables dynamic typing
of any 'static
type through runtime reflection.
A module for working with borrowed data.
A pointer type for heap allocation.
Shareable mutable containers.
Functionality for ordering and comparison.
Traits for conversions between types.
Utilities for formatting and printing String
s.
Generic hashing support.
Composable external iteration.
Primitive traits and types representing basic properties of types.
Basic functions for dealing with memory.
Overloadable operators.
Manually manage memory through raw pointers.
Single-threaded reference-counting pointers. ‘Rc’ stands for ‘Reference Counted’.
A dynamically-sized view into a contiguous sequence, [T]
.
A UTF-8–encoded, growable string.
Useful synchronization primitives.
Constants for the 32-bit unsigned integer type.
A contiguous growable array type with heap-allocated contents, written
Vec<T>
.