pub type PathSet = HashSet<String>;
A set of paths, used to track which files we care about
struct PathSet { /* private fields */ }