pub fn file_modification_identifier<PathT>(path: PathT) -> Result<u64>
Expand description
Calculates an identifier for a file based on its modification date.
The actual value is intended to be opaque, however it should be unique for every file modification.