diagnostics_tools 0.11.0

Diagnostics tools.
Documentation
//! qqq : write proper description
use diagnostics_tools::prelude::*;

fn main()
{

  a_id!( 1, 2 );
  /*
    print :
    ...

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

Diff < left / right > :
<1
>2
...
  */

}