Module rkyv::collections [−][src]
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
Archive implementation for B-tree maps.
Archive implementation for B-tree sets.
A helper type that archives index data for hashed collections using compress, hash and displace.
Archive implementation for hashmaps.
Archive implementation for hashsets.
Archived index map implementation.
Archived index set implementation.