pub type Files = IndexMap<PathBuf, Vec<Area>>;
Binary files split into memory areas.
pub struct Files { /* private fields */ }