klauthed-error 0.1.0

Error kernel for klauthed: the DomainError trait with stable, serializable error codes and categories.
Documentation
1
2
3
4
5
//! The [`ErrorCode`] newtype.

mod error_code;

pub use error_code::*;