pub type DirMap = HashMap<String, Vec<u8>>;
Maps the relative path of each file to its contents as a vector of bytes.
pub struct DirMap { /* private fields */ }