Function cargo_util::paths::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.