Expand description
Calculate file hashes.
File hashes are used to check if some file has changed. Then we can run commands like compile only if a file has changed.
Structsยง
- The struct represents the file automation_tasks_rs/._file_hashes.json.
- Struct with file metadata.
Functionsยง
- are_
all_ ๐files_ equal Check if all files are equal. - Check if the files are modified in automation_tasks_rs.
- Make a vector of file metadata.
- read_
json_ ๐file Read automation_tasks_rs/.file_hashes.json. - Save the new file metadata.
- sha256_
digest ๐Calculate the hash for a file.