// file: ks-store/src/constants.rs // version: 5 //! Local constants for the `ks-store` crate. /// Canonical tracing target for backend-independent storage operations. pub(crate) const TRACING_TARGET: &str = "ks-store"; /// Transitional schema contract identifier used until the `pre.003` baseline rebuild. pub const STORE_SCHEMA_CONTRACT_VERSION: &str = "0.5.3-pre.2-legacy-schema";