8 lines
302 B
Rust
8 lines
302 B
Rust
// file: kb-lib/src/executor/spl/memo/constants.rs
|
|
// version: 2
|
|
|
|
//! Local constants for the `kb_executor_spl_memo` crate. Program identifiers live in `kb_program_ids`.
|
|
|
|
/// Canonical tracing target for this crate.
|
|
pub(crate) const TRACING_TARGET_EXECUTOR_SPL_MEMO: &str = "kb-lib.executor.spl.memo";
|