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