Expand description
Utils
Enums§
- File
Selection - An enum to represent a set of files, where you can use
Allif you want all files without having to specify all of them. We could use anOption<HashSet<PathBuf>>, but this is more explicit.
Utils
All if you want
all files without having to specify all of them.
We could use an Option<HashSet<PathBuf>>, but this is more explicit.