wtools 0.2.20

Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind.
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 ;
 --> ../../../rust/test/meta/mod_interface/front/layer_bad_vis/mod.rs
  |
  | /   /// layer_a
  | |   pub layer layer_a;
  | |____________________^