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