Modules§
Structs§
- Andes
ApiImpl - The reference to the API implementation based on Andes hooks. It continas no data, can be embedded at no cost. Cloning it is a no-op.
- Box
- A pointer type that uniquely owns a heap allocation of type
T. - String
- A UTF-8–encoded, growable string.
- Vec
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’.