daemonic_error 0.1.0

Errors that compose, predict, and leave receipts - Compose: algebraic combination (in active development) - Predict: Glass/Severity - Receipts: audit trail, position, checksum - Reflection: Runtime Reflection through TopologySegment (in active development)
pub(crate) use crate::daemonic::glass::{Glass, Severity};
pub use stable::*;
pub use cracked::*;
pub use fracture::*;
pub use drift::*;
pub use paradox::*;
pub use warp::*;
pub use shattered::*;
pub use opaque::*;
pub use echo::*;
pub use unknown::*;
pub use impossible::*;
mod stable;
mod cracked;
mod fracture;
mod drift;
mod paradox;
mod warp;
mod shattered;
mod opaque;
mod echo;
mod unknown;
mod impossible;