mod_interface_runtime 0.1.1

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

//

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

//

tests_index!
{
  basic,
}