13 lines
484 B
Rust
13 lines
484 B
Rust
// file: kb-lib/src/decoder/launchpad/raydium_launchlab.rs
|
|
// version: 2
|
|
|
|
//! Migration boundary for legacy crate `kb_decoder_launchpad_raydium_launchlab`.
|
|
|
|
/// Legacy crate name retained for migration and compatibility tracking.
|
|
pub(crate) const DC_LAUNCHPAD_RAYDIUM_LAUNCHLAB_LEGACY_CRATE: &str =
|
|
"kb_decoder_launchpad_raydium_launchlab";
|
|
|
|
/// Current porting status.
|
|
pub(crate) const DC_LAUNCHPAD_RAYDIUM_LAUNCHLAB_MIGRATION_STATUS: &str =
|
|
"source-preserved-pending-port";
|