chainerror 0.1.0

Yet another error boilerplate library.
1
2
3
4
5
6
7
8
9
10
11
12
# The root cause of all Errors

[TBD]

~~~rust
use crate::chainerror::*;
{{#include ../examples/tutorial7.rs:2:}}
# #[allow(dead_code)]
# mod chainerror {
{{#includecomment ../src/lib.rs}}
# }
~~~