//! Hash-map table backend for the SIM constellation.
//!
//! Provides a [`HashTable`] implementation satisfying the kernel `TableBackend`
//! contract, storing symbol-keyed entries in an in-memory hash map and
//! registered as a loadable library through [`install_hash_table_lib`].
pub use ;
pub use ;
pub use HashTable;