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