error_tools 0.39.0

Basic exceptions handling mechanism
Documentation
1
2
3
4
5
6
7
8
9
use super :: *;

#[ test ]
fn exposed_main_namespace()
{
  the_module ::error ::assert ::debug_assert_id!( 1, 1 );
  use the_module ::prelude :: *;
  the_module ::debug_assert_id!( 1, 1 );
}