daemonic_error 0.1.2

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)
1
2
3
4
//! DaemonicError trait lives here in the hierarchy but physically exists at the lib.rs file
//! Reason: This crate primarily handles errors, it makes sense the full error API should
//! be public facing, not nested.
pub use crate::DaemonicError;