Function bootstrap::utils::helpers::up_to_date
source ยท pub fn up_to_date(src: &Path, dst: &Path) -> boolExpand 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.