Function libsniff::read_all [] [src]

pub fn read_all(
    in_paths: &PathBuf,
    depth: u8,
    min_bytes: Option<u64>,
    artifact_regex: Option<&Regex>,
    excludes: Option<&Regex>,
    silent: bool,
    artifacts_only: bool
) -> FileTree