plot_interface 0.1.3

Plot interface.
Documentation
// use test_tools::exposed::*;

//

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

//

tests_index!
{
  basic,
}