//! Mounted Table/Dir namespace for SIM storage backends.
//!
//! [`MountedDir`] composes a root directory with explicit Table or Dir mount
//! points. Directory operations route by the longest valid mounted prefix, and
//! table leaves remain leaves. Each operation delegates to the mounted backend
//! that owns the selected path, preserving that backend's capability checks,
//! read-only behavior, errors, and live state.
pub use table_mount_capability;
pub use ;
pub use ;
/// Cookbook recipes for this lib, embedded at build time.
pub static RECIPES: EmbeddedDir =
include!;