[][src]Crate containers_rs

Traits

Array

Statically-sized array stored in the heap.

Container

Trait for a simple container.

Dictionary

Key-value map that also uses the [bracket] operators to access and modify the internal data.

DynamicArray

Dynamically changing array of values.

DynamicContainer

Trait that represents dynamically growing containers.

Iterable

Trait for objects that can be iterated over.

Map

Trait for a container indexed by a value. The value that indexes the container must implement the Eq trait to. Supports insertion,