proc_macro_tools 0.1.17

Tools for writing procedural macroses.
Documentation
// use test_tools::exposed::*;

//

tests_impls!
{
  #[ test ]
  fn basic()
  {
    a_id!( true, true );
  }
}

//

tests_index!
{
  basic,
}