module::meta_tools rust-status

Collection of general purpose meta tools.

Sample

``` rust test use meta_tools::*;

```

To add to your project

shell cargo add meta_tools

Try out from the repository

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