Files
khadhroony-bot3/kb-lib/src/materializer/nft/core.rs
2026-07-24 14:23:58 +02:00

11 lines
340 B
Rust

// file: kb-lib/src/materializer/nft/core.rs
// version: 2
//! Migration boundary for legacy crate `kb_materializer_nft`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_materializer_nft";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";