error_tools 0.27.0

Basic exceptions handling mechanism
Documentation
1
2
3
4
5
6
7
8
//! All tests.

#![allow(unused_imports)]

use error_tools as the_module;
// use test_tools::exposed::*;

mod inc;