Files
khadhroony-bot3/kb-store/src/constants.rs
2026-07-23 18:25:10 +02:00

8 lines
194 B
Rust

// file: kb-store/src/constants.rs
// version: 1
//! Local constants for the `kb-store` crate.
/// Canonical tracing target for this crate.
pub(crate) const TRACING_TARGET: &str = "kb-store";