Function scan
Source pub fn scan(root: &Path) -> Result<Scan, PackError>
Expand description
Classify every path under root using the default rules.
Convenience wrapper over scan_with for callers that do not customize
classification.
§Errors
Same as scan_with.