6 lines
159 B
Rust
6 lines
159 B
Rust
// file: kb_decoder_api/src/constants.rs
|
|
// version: 1
|
|
|
|
/// Canonical tracing target for this crate.
|
|
pub(crate) const TRACING_TARGET: &str = "kb_decoder_api";
|