#[cfg(feature = "with_failure")]
pub mod failure;
#[cfg(feature = "with_error_chain")]
pub mod error_chain;
#[cfg(feature = "with_log")]
pub mod log;
#[cfg(feature = "with_env_logger")]
pub mod env_logger;
#[cfg(feature = "with_panic")]
pub mod panic;