Module bumpalo::collections[][src]

Expand description

Collection types.

Re-exports

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

Modules

A UTF-8 encoded, growable string.

A contiguous growable array type with heap-allocated contents, written Vec<'bump, T>.

Enums

Augments AllocErr with a CapacityOverflow variant.

Traits

Extension trait for iterators, in order to allow allocator-parameterized collections to be constructed more easily.

Wrapper trait for types that support being constructed from an iterator, parameterized by an allocator.