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.
Functions§
- create_
all_ files - get_
all_ files - hash_
to_ string - receive_
resource_ msg - Wait for a
crate::proto::ResourceMessageonmsg_subscriberwith a timeout. If we receive a message with the wrong resource hash, it’s skipped.