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