Module :: math_tools

experimental rust-status docs.rs discord

Math tools.

Sample :: trivial

```rust use template_blank::*;

fn main() { } ```

To add to your project

bash cargo add template_blank

Try out from the repository

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