Files
khadhroony-bot3/kb-lib/src/decoder/amm/metadao_v0_5.rs
2026-07-24 14:23:58 +02:00

11 lines
359 B
Rust

// file: kb-lib/src/decoder/amm/metadao_v0_5.rs
// version: 1
//! Migration boundary for legacy crate `kb_decoder_amm_metadao_v0_5`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_decoder_amm_metadao_v0_5";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";