Module rkyv::collections
source · 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§
Archiveimplementation for B-tree maps.Archiveimplementation for B-tree sets.- A helper type that archives index data for hashed collections using compress, hash and displace.
- Archived hash map implementation.
- Archived hash set implementation.
- Archived index map implementation.
- Archived index set implementation.
- Utilities for archived collections.