Skip to main content

collect_files

Function collect_files 

Source
pub fn collect_files(
    root: &Path,
    dir: &Path,
    depth: usize,
    query: &str,
    out: &mut Vec<String>,
)