//! InfiniteDB crate root.
//!
//! This crate exposes core spatial data types and, via feature flags,
//! optional embedded storage, server, and sync layers.
/// Core spatial and branching types.
/// Hilbert and dimension encoding utilities.
/// Embedded storage engine components.
/// Server-facing API and session management.
/// Synchronization and replication primitives.
// ---------------------------------------------------------------------------
// Top-level facade
// ---------------------------------------------------------------------------
/// Top-level embedded database handle and diagnostics.
pub use ;