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