mod_interface_runtime 0.1.1

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
// use test_tools::*;
#[ allow( unused_imports ) ]
use super::*;

//

tests_impls!
{

  fn basic_test()
  {
  }

}

//

tests_index!
{
  basic_test,
}