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