plot_interface 0.1.3

Plot interface.
Documentation
// use test_tools::exposed::*;
#[ allow( unused_imports ) ]
use super::*;

//

tests_impls!
{

  fn basic_test()
  {
  }

}

//

tests_index!
{
  basic_test,
}