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