[][src]Type Definition phar::read::index::NameHashMap

type NameHashMap = NameMap<HashMap<Vec<u8>, (u32, Range<u64>)>>;
This is supported on crate feature reader only.

Indexes files by name with a HashMap.