pub type MetadataBTreeMap = MetadataMap<BTreeMap<Vec<u8>, (Entry, Range<u64>)>>;Available on crate feature
reader only.Expand description
Indexes files by name with a BTreeMap, and stores file metadata.
Aliased Typeยง
pub struct MetadataBTreeMap { /* private fields */ }