//! Core *Fack* utilities for error encapsulation and handling.
//!//! This module provides the generator code for [`Error`] implementations.
//!//! [`Error`]: crate::error::Error
#![no_std]#![forbid(unsafe_code, missing_docs, rustdoc::all, clippy::all, clippy::pedantic)]externcrate alloc;pubmoderror;pubmodprelude{//! A module that re-exports the most commonly used types and traits in this
//! crate.
pubusecrate::error::Error;}