1
2
3
4
5
6
7
8
#![recursion_limit="200"]

#[macro_use]
extern crate error_chain;

mod error;

pub use error::*;