Module util

Source
Expand description

Utils

Enums§

FileSelection
An enum to represent a set of files, where you can use 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.

Functions§

get_all_files
hash_to_string