11 lines
436 B
Rust
11 lines
436 B
Rust
// file: kb-lib/src/decoder/perpetuals/drift_v2.rs
|
|
// version: 2
|
|
|
|
//! Migration boundary for legacy crate `kb_decoder_perpetuals_drift_v2`.
|
|
|
|
/// Legacy crate name retained for migration and compatibility tracking.
|
|
pub(crate) const DC_PERPETUALS_DRIFT_V2_LEGACY_CRATE: &str = "kb_decoder_perpetuals_drift_v2";
|
|
|
|
/// Current porting status.
|
|
pub(crate) const DC_PERPETUALS_DRIFT_V2_MIGRATION_STATUS: &str = "source-preserved-pending-port";
|