<!-- {{# generate.module_header{} #}} -->
# Module :: workspace_discovery
[](https://github.com/emersion/stability-badges#experimental) [](https://github.com/Wandalen/wTools/actions/workflows/Moduleworkspace_discoveryPush.yml) [](https://docs.rs/workspace_discovery) [](https://discord.gg/m3YfbXpUUY)
Utilities for workspace discovery
<!--
### Basic use-case
```rust
use workspace_discovery::*;
fn main()
{
}
```
### To add to your project
```bash
cargo add workspace_discovery
```
### Try out from the repository
``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cargo run --example workspace_discovery_trivial
```
``` shell test
cargo add workspace_discovery
```
[](https://discord.gg/m3YfbXpUUY)
-->
### Sample
<!-- {{# generate.sample{} #}} -->