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§
- Check if all files are equal.
- Check if the files are modified in automation_tasks_rs.
- Make a vector of file metadata.
- Read automation_tasks_rs/.file_hashes.json.
- Save the new file metadata.
- Calculate the hash for a file.