<!-- {{# generate.module_header{} #}} -->
# Module :: find_it
[](https://github.com/emersion/stability-badges#experimental) [](https://github.com/Wandalen/wTools/actions/workflows/Modulefind_itPush.yml) [](https://docs.rs/find_it) [](https://discord.gg/m3YfbXpUUY)
Resource discovery and search utilities with file finding, pattern matching, and path resolution
<!--
### Basic use-case
```rust
use find_it::*;
fn main()
{
}
```
### To add to your project
```bash
cargo add find_it
```
### Try out from the repository
``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cargo run --example find_it_trivial
```
``` shell test
cargo add find_it
```
[](https://discord.gg/m3YfbXpUUY)
-->
### Sample
<!-- {{# generate.sample{} #}} -->