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.
- Iterator
Filter - An iterator for recursively finding all instances of a file within a directory hierarchy.