mod_interface_runtime 0.1.1

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
// use test_tools::*;

//

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

//

tests_index!
{
  basic,
}