Re-exports§
pub use byte_store::ByteStore;pub use byte_store::MMapFile;pub use byte_store::VecStore;pub use disk_map::DiskHashMap;pub use disk_map::MapEntry;pub use disk_map::OccupiedEntry;pub use disk_map::StringStringMap;pub use disk_map::StringU64Map;pub use disk_map::U64StringMap;pub use disk_map::VacantEntry;pub use types::Bytes;pub use types::BytesDecode;pub use types::BytesEncode;pub use types::Native;pub use types::Str;
Modules§
Structs§
- Buffers
- This module contains the implementation of
Buffers, a data structure that stores a sequence of byte arrays in a single underlyingByteStore.