//! # `error-enum`
//!
//! A Rust crate for defining error enums with rich diagnostics support.
//!
//! For features and concepts, please refer to the [readme](https://crates.io/crates/error-enum)
//! of this crate.
//!
//! ## Syntax by Examples
//!
//! An example for `error_type!`:
//!
//! ```rust
//! ```
//!
//! Two examples for `ErrorType!`:
//!
//! ```rust
//! ```
pub use ;
pub use ;