//! Lazy table backend for the SIM constellation.
//!
//! Provides a [`LazyTable`] implementation satisfying the kernel `TableBackend`
//! contract, where entry values are produced by [`ValueLoader`] closures that
//! run at most once and memoize their result. Registered as a loadable library
//! through [`install_lazy_table_lib`].
pub use ;
pub use ;
pub use ;