# Module :: willbe2
[](https://github.com/emersion/stability-badges#experimental) [](https://github.com/Wandalen/wTools/actions/workflows/ModuleTemplateBlankPush.yml) [](https://docs.rs/willbe2) [](https://discord.gg/m3YfbXpUUY)
___
## Sample :: trivial
```rust
use willbe2::*;
fn main()
{
}
```
### To add to your project
```bash
cargo add willbe2
```
### Try out from the repository
``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/willbe2_trivial_sample
cargo run
```