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