Module collections

Source
Expand description

Collection types.

Re-exports§

pub use self::vec::Vec;
pub use self::string::String;

Modules§

string
A UTF-8 encoded, growable string.
vec
A contiguous growable array type with heap-allocated contents, written Vec<'bump, T>.

Enums§

CollectionAllocErr
Augments AllocErr with a CapacityOverflow variant.