<!-- {{# generate.module_header{} #}} -->
# Module :: proper_tools
[](https://github.com/emersion/stability-badges#experimental) [](https://github.com/Wandalen/wTools/actions/workflows/ModuleProperToolsPush.yml) [](https://docs.rs/proper_tools) [](https://discord.gg/m3YfbXpUUY)
Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind.
<!-- ### Basic use-case
```rust
use proper_tools::*;
fn main()
{
}
```
### To add to your project
```bash
cargo add proper_tools
```
### Try out from the repository
``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cargo run --example proper_tools_trivial
cargo run
``` -->