entropy-auth 2026.7.31

Authentication and authorization for Entropy Softworks server and API projects
1
2
3
4
5
6
7
8
//! Internal logging utilities.
//!
//! Re-exports `tracing` macros for use throughout the crate.

// NOTE: This module is `pub(crate)` — it is an internal implementation
// detail and not part of the public API.

pub(crate) use tracing::{debug, info, trace, warn};