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