Modules§
- misc
- Miscellaneous stuff
Structs§
- Array
- A wrapper for array types that exposes checked APIs only
- Preallocated
- A wrapper that implements
CanAlloc
over a preallocated buffer
Traits§
- Array
Alloc - A trait for allocatable/resizeable linear array types
- Array
Alloc Panic - An infallible/panicking variant of
ArrayAlloc
- Array
Mut - A trait for mutably referencable linear array types
- Array
Ref - A trait for referencable linear array types