//! Filesystem-backed table store for SIM.
//!
//! This crate exposes a host directory as a SIM table: each table key maps to a
//! file, and nested tables map to subdirectories. Reads and writes are gated by
//! the kernel's table-fs capabilities and encoded through the configured codec.
//! With the optional format features enabled, recognized extensions (for
//! example `.mid`, `.music`, `.tone`, `.scl`, `.ly`) round-trip through their
//! domain shapes.
pub use ;
pub use ;