Crate where_is

Crate where_is 

Source
Expand description

Crate where_is provides a wrapper on top of walkdir for quickly finding files within a filesystem.

To use this crate, add where_is as a dependency to your project’s Cargo.toml:

  [dependencies]
  where_is = "1"

Structs§

Finder
A file-finding structure.
IteratorFilter
An iterator for recursively finding all instances of a file within a directory hierarchy.