//! Shared primitives for the infinite-db frp backend.
//!
//! Provides typed IDs, SPC / Morton spatial encoding, type signatures, and
//! the runtime `Value` enum. No external dependencies beyond `serde` — the
//! foundational layer for the entire ecosystem.
pub use ;
pub use ;
pub use ;
pub use Value;