pub type Files = BTreeMap<PathBuf, Bytes>;
Mapping of file path to content
struct Files { /* private fields */ }