Skip to main content

grep_dir

Function grep_dir 

Source
fn grep_dir(
    root: &Path,
    prefix: Option<&str>,
    glob: Option<&str>,
    re: &Regex,
    matches: &mut Vec<String>,
)