klauthed-core 0.1.0

Core primitives for klauthed: typed config, clock/time, request context, CQRS, domain, and validation.
Documentation
1
2
3
4
5
//! Error types for `klauthed-core` (currently [`ConfigError`]).

pub mod config_error;

pub use config_error::ConfigError;