semantic_memory/archive/mod.rs
1//! Archived pure-Rust implementations replaced by C SIMD kernels.
2//!
3//! These are preserved for reference and potential rollback. They are not
4//! compiled into the active code path — the `#[allow(dead_code)]` attribute
5//! on the module declaration in `lib.rs` suppresses warnings.
6
7pub mod hubness_rust;