Expand description
Archived versions of standard library containers.
Re-exports§
pub use self::btree_map::ArchivedBTreeMap;pub use self::hash_index::ArchivedHashIndex;pub use self::hash_map::ArchivedHashMap;pub use self::hash_set::ArchivedHashSet;pub use self::index_map::ArchivedIndexMap;pub use self::index_set::ArchivedIndexSet;
Modules§
- btree_
map  Archiveimplementation for B-tree maps.- btree_
set  Archiveimplementation for B-tree sets.- hash_
index  - A helper type that archives index data for hashed collections using compress, hash and displace.
 - hash_
map  - Archived hash map implementation.
 - hash_
set  - Archived hash set implementation.
 - index_
map  - Archived index map implementation.
 - index_
set  - Archived index set implementation.
 - util
 - Utilities for archived collections.