scan_repo

Function scan_repo 

Source
pub fn scan_repo(root: &Path, options: &ScanOptions) -> FsResult<Vec<Node>>
Expand description

Scan a repository into ProjectAtlas nodes.

ยงErrors

Returns an error when the root is invalid or filesystem metadata cannot be read.