//! Module that defines macros to deal with developer errors.
//!
//! These errors are those made by coding, i.e., are never mean't to be fired.
//! If they happen, it is asked to the user to raise an issue on the system
//! version control.
/// Macro to add a developer error with a generic failure text.
/// Macro to make a developer error with a generic failure text.
/// Function to make a developer error with a generic failure text.
!
/// Formats the message to display when something unexpected happens.
pub use safe_expect;
pub use safe_unreachable;