# Module :: wtools
<!--{ generate.module_header.start() }-->
[](https://github.com/emersion/stability-badges#stable) [](https://github.com/Wandalen/wTools/actions/workflows/workspace_push.yml) [](https://docs.rs/wtools) [](https://gitpod.io/#RUN_PATH=.,SAMPLE_FILE=module%2Fcore%2Fwtools%2Fexamples%2Fwtools_trivial.rs,RUN_POSTFIX=--example%20wtools_trivial/https://github.com/Wandalen/wTools) [](https://discord.gg/m3YfbXpUUY)
<!--{ generate.module_header.end }-->
Single entry-point for collection utilities. Re-exports `collection_tools`: variadic constructors (`hmap!`, `vec!`, `hset!`, …) and unified `HashMap`/`HashSet`/`Vec` support with optional `no_std`/`hashbrown` backend.
### To add to your project
```sh
cargo add wtools
```
### Try out from the repository
```sh
git clone https://github.com/Wandalen/wTools
cd wTools
cargo run --example wtools_trivial
```