Module :: willbe2

experimental rust-status docs.rs discord


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