Files
khadhroony-bot3/kb-lib/src/decoder/amm/goosefx_v2.rs

11 lines
411 B
Rust

// file: kb-lib/src/decoder/amm/goosefx_v2.rs
// version: 2
//! Migration boundary for legacy crate `kb_decoder_amm_goosefx_v2`.
/// Legacy crate name retained for migration and compatibility tracking.
pub(crate) const DC_AMM_GOOSEFX_V2_LEGACY_CRATE: &str = "kb_decoder_amm_goosefx_v2";
/// Current porting status.
pub(crate) const DC_AMM_GOOSEFX_V2_MIGRATION_STATUS: &str = "source-preserved-pending-port";