//! This module provides support for various integrations.
//!//! Which integerations are available depends on the features that were compiled in.
#[cfg(feature ="with_failure")]pubmodfailure;#[cfg(feature ="with_error_chain")]pubmoderror_chain;#[cfg(feature ="with_log")]pubmodlog;#[cfg(feature ="with_panic")]pubmodpanic;