Files
khadhroony-bot3/kb-lib/src/decoder/lending/kamino.rs

11 lines
411 B
Rust

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