//! Db-backed table backend for the SIM constellation.
//!
//! Provides [`DbDir`], a path-addressed directory tree of symbol-keyed values
//! that satisfies the kernel table and directory contracts under capability
//! control. Registered as a loadable library through [`install_db_dir_lib`].
pub use ;
pub use ;