//! rUv Neural Memory — Persistent neural state memory with vector search
//! and longitudinal tracking.
//!
//! This crate provides in-memory and persistent storage for neural embeddings,
//! supporting brute-force and HNSW-based nearest neighbor search, session-based
//! memory management, and longitudinal drift detection.
pub use HnswIndex;
pub use ;
pub use ;
pub use ;
pub use NeuralMemoryStore;