8 lines
244 B
Rust
8 lines
244 B
Rust
// 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";
|