Module :: diagnostics_tools

experimental rust-status docs.rs Open in Gitpod discord

Diagnostics tools.

Sample

```rust

[ test ]

[ should_panic ]

fn aidpanictest() { aid!( 1, 2 ); /* print : ...

thread 'aidpanic_test' panicked at 'assertion failed: (left == right)

Diff < left / right > : <1

2 ... */ } ```

To add to your project

sh

Try out from the repository

sh git clone https://github.com/Wandalen/wTools cd wTools cd sample/rust/diagnostics_tools_trivial cargo run