[][src]Function liboskar::walk_parallel::single_threaded::read_all

pub fn read_all(
    in_paths: &PathBuf,
    depth: u8,
    max_depth: Option<u8>,
    excludes: Option<&Regex>,
    maybe_gitignore: &Option<RegexSet>,
    vimtags: bool,
    artifacts_only: bool
) -> FileTree

Function to process directory contents and return a FileTree struct.