#find #file #where-is

where_is

A crate to help find files

1 unstable release

0.1.0 Aug 29, 2020

#303 in #find

MIT license

5KB
83 lines

where_is


lib.rs:

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"

Dependencies

~105–290KB