<!-- {{# generate.module_header{} #}} -->
# Module :: process_tools
[](https://github.com/emersion/stability-badges#experimental) [](https://github.com/Wandalen/wTools/actions/workflows/Moduleprocess_toolsPush.yml) [](https://docs.rs/process_tools) [](https://discord.gg/m3YfbXpUUY)
Collection of algorithms and structures to handle processes properly.
<!-- ### Basic use-case
```rust
use process_tools::*;
fn main()
{
}
```
### To add to your project
```bash
cargo add process_tools
```
### Try out from the repository
``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cargo run --example process_tools_trivial
cargo run
``` -->