plot_interface 0.1.3

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

//

tests_impls!
{
  fn basic()
  {
    // a_true!( true );
  }
}

//

tests_index!
{
  basic,
}