cargo_util::paths

Function mtime_recursive

Source
pub fn mtime_recursive(path: &Path) -> Result<FileTime>
Expand description

Returns the maximum mtime of the given path, recursing into subdirectories, and following symlinks.