Files
khadhroony-bot3/kb-lib/src/materializer/orderbook/core.rs
2026-07-24 15:59:00 +02:00

10 lines
357 B
Rust

// file: kb-lib/src/materializer/orderbook/core.rs
// version: 2
//! Migration boundary for legacy crate `kb_materializer_orderbook`.
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_materializer_orderbook";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";