scanit

Function find_files

Source
pub fn find_files(
    pattern: &str,
    directory: &str,
    show_hidden: bool,
    include_dirs: bool,
) -> Result<(), Box<dyn Error + 'static>>