mod_interface 0.61.0

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
1
2
3
4
5
6
7
error: Layer should not have explicitly defined visibility because all its subnamespaces are used.
         #[doc = " layer_a"] pub layer layer_a ;
 --> tests/meta/mod_interface/front/layer_bad_vis/mod.rs
  |
  | /   /// layer_a
  | |   pub layer layer_a;
  | |____________________^