1
2
3
4
pub use std::fmt::Error;
pub type Result<I> = ::std::result::Result<I, Error>;

pub mod helpers;