Module :: willbe

experimental rust-status docs.rs discord


Sample :: trivial

```rust use willbe::*;

fn main() { } ```

To add to your project

bash cargo add willbe

Try out from the repository

shell test git clone https://github.com/Wandalen/wTools cd wTools cd sample/rust/willbe_trivial_sample cargo run