error_chain_utils_lib/
lib.rs

1//! Library containing all the `proc-macro`-independent code for `error-chain-utils`
2//! See the full documentation there
3
4#![feature(try_blocks)]
5#![feature(extend_one)]
6#![feature(bool_to_option)]
7
8pub mod quick;