Diagnostics tools.
```rust
fn aidpanictest() { aid!( 1, 2 ); /* print : ...
thread 'aidpanic_test' panicked at 'assertion failed: (left == right)
Diff < left / right > : <1
2 ... */ } ```
sh
sh
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/diagnostics_tools_trivial
cargo run