werror 0.4.0

Basic exceptions handling mechanism.
Documentation
1
2
3
4
5
6
7
8

#[ allow( unused_imports ) ]
use error_tools as TheModule;
#[ allow( unused_imports ) ]
use test_tools::exposed::*;

#[ path = "../../../core/error_tools/tests/inc/mod.rs" ]
mod inc;