Crate containers_rs
Source - Array
- Statically-sized array of values.
- Container
- Trait for a simple container.
- CopyDictionary
- Key-value map that can dynamically change size, indexed by a key that implements
Copy
. - CopyMap
- Trait for a container indexed by a value that implements
Copy
and Eq
. - Dictionary
- Key-value map that can dynamically change size.
- DynamicArray
- Dynamically-sized array of values.
- DynamicContainer
- Trait that represents dynamically growing containers.
- Map
- Trait for a container indexed by a value that implements
Eq
.