Expand description
Collection types.
Re-exports§
Modules§
- string
- A UTF-8 encoded, growable string.
- vec
- A contiguous growable array type with heap-allocated contents, written
Vec<'bump, T>
.
Enums§
- Collection
Alloc Err - Augments
AllocErr
with a CapacityOverflow variant.