error-chain-utils-macros 0.1.0

Macros for `error-chain-utils` crate
Documentation
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;