pub fn up_to_date(src: &Path, dst: &Path) -> bool
Returns true if dst is up to date given that the file or files in src are used to generate it.
true
dst
src
Uses last-modified time checks to verify this.