Expand description
Allocation and collection utilities.
Structs§
- Resizable
Alloc - A low-level memory allocation utility for creating a resizable buffer of elements of a specific layout.
- Resizable
Alloc Iter - Iterator over items in a
ResizableAlloc. - Resizable
Alloc Iter Mut - Mutable iterator over items in a
ResizableAlloc. - SMap
- Typed version of a
SchemaMap. - SVec
- A typed version of a
SchemaVec. - SVec
Into Iter - Iterator over
SVec. - SVec
Iter - Iterator over items in an
SVec. - SVec
Iter Mut - Iterator over items in an
SVec. - Schema
Map - Untyped schema-aware “HashMap”.
- Schema
Vec - A type-erased
Vec-like collection that for items with the same [Schema]. - Schema
VecIter - Iterator over
SchemaVec. - Schema
VecIter Mut - Mutable iterator over
SchemaVec. - Type
Data Already Inserted - Error type for
TypeDatas - Type
Datas - A
TypeMap-like structure, that does not allow removing entries or updating exisintg entries.