// 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";