//! Core domain logic for rs-auth.
//!
//! This crate contains configuration types, error definitions, store traits,
//! the email sender trait, cryptographic helpers, and the [`AuthService`] that
//! drives all authentication flows.
pub use ;
pub use AuthError;
pub use ;