type PatchMap = BTreeMap<&'static str, Vec<FilePatch>>;
A map of file patches, keyed by name
struct PatchMap { /* private fields */ }