// file: crates/ksp-store-lib/src/constants.rs // version: 2 //! Store facade-owned constants. /// Owning tracing target reserved for events emitted by the common Store runtime facade. pub(crate) const TRACING_TARGET: &str = "ksp-store-lib";