pub type DirEntries = HashMap<String, DirEntry>;
Directory entries type for working copy operations
pub struct DirEntries { /* private fields */ }