Module containers::collections[][src]

Collection types

Re-exports

pub use self::b_tree::BTree;

Modules

b_tree

Balanced search trees

Structs

FixedStorage
HashTable
Heap

Growable heap in terms of Vec

RawVec

Raw growable array, a low-level utility type to allocate a buffer of memory and not need to worry about edge cases

Vec

Growable array