<!-- {{# generate.module_header{} #}} -->
# Module :: process_tools
<!--{ generate.module_header.start() }-->
[](https://github.com/emersion/stability-badges#experimental)[](https://github.com/Wandalen/wTools/actions/workflows/module_process_tools_push.yml)[](https://docs.rs/process_tools)[](https://gitpod.io/#RUN_PATH=.,SAMPLE_FILE=sample%2Frust%2Fprocess_tools_trivial%2Fsrc%2Fmain.rs,RUN_POSTFIX=--example%20process_tools_trivial/https://github.com/Wandalen/wTools)
[](https://discord.gg/m3YfbXpUUY)
<!--{ generate.module_header.end }-->
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
``` -->