snafu 0.9.0

An ergonomic error handling library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Using #[path] to work around a https://github.com/rust-lang/rustfmt/issues/4404
// Once fixed and released, switch to a `mod structs { ... }`

mod backtrace;
mod backtrace_attributes;
mod context_selector_name;
mod display;
mod from_option;
mod generics;
mod module;
mod no_context;
mod single_use_lifetimes;
mod source_attributes;
mod visibility;
mod with_source;
mod without_source;