Structs§
Enums§
Functions§
- needs_
rebuild - Checks if any source files matching the given patterns are newer than the output file.
- touch
- Similar to the unix
touchcommand, 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.