//! Archived versions of standard library containers.
// TODO: move these into a separate crate when indexmap adds rkyv support
pub use ArchivedBTreeMap;
pub use ArchivedHashIndex;
pub use ArchivedHashMap;
pub use ArchivedHashSet;
// TODO: move these into a separate crate when indexmap adds rkyv support
pub use ArchivedIndexMap;
pub use ArchivedIndexSet;