Crate needs_rebuild

Crate needs_rebuild 

Source

Structs§

ScanOptions

Enums§

NeedsRebuildError

Functions§

needs_rebuild
Checks if any source files matching the given patterns are newer than the output file.
touch
Similar to the unix touch command, this function updates the timestamp of a file to the current time. If the file does not exist, it is created if the parent directory exists. If the file does not exist and the parent directory does not exist, an error is returned.