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