error_tools 0.39.0

Basic exceptions handling mechanism
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[ allow( unused_imports ) ]
use super :: *;
// use test_tools ::exposed :: *;
use test_tools :: { tests_impls, tests_index, a_id };

mod basic_test;
mod namespace_test;

mod assert_test;
mod err_with_coverage_test;
#[ cfg(not(feature = "no_std")) ]
mod err_with_test;
mod untyped_test;