//! Debug tooling for world inspection, metrics, and snapshots.
//!
//! Behind the `debug` feature flag to avoid bloating WASM builds.
//!
//! # Modules
//! - `introspect` — Entity and world inspection utilities
//! - `metrics` — Storage statistics and component counts
//! - `snapshot` — State snapshots and diffing
pub use ;
pub use ;
pub use ;