Function bootstrap::utils::helpers::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.