//! NUMA-aware memory allocation and thread affinity interfaces.
//!
//! Hermes keeps SIMD-local memory residency checks and explicit thread-affinity
//! guards. Topology discovery belongs to `themis`; allocation routing belongs to
//! `mnemosyne`.
/// NUMA-associated memory allocators.
/// RAII thread affinity binding guards.
/// Page residency and socket locality verification.
pub use ;
pub use NumaBinding;
pub use ;