11 lines
338 B
Rust
11 lines
338 B
Rust
// file: kb-lib/src/executor/spl/memo.rs
|
|
// version: 1
|
|
|
|
//! Migration boundary for legacy crate `kb_executor_spl_memo`.
|
|
|
|
/// Legacy crate name retained for migration and compatibility tracking.
|
|
const LEGACY_CRATE: &str = "kb_executor_spl_memo";
|
|
|
|
/// Current porting status.
|
|
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|