//! `.darkly` wire-format schema, helpers, and round-trip tests.
//!
//! Phase 2 of the file-format rollout: pure data layer, no save/load yet.
//! See [`crates/darkly/src/format/manifest.rs`](manifest.rs) for the
//! container schema and [`crates/darkly/src/format/registry_io.rs`](registry_io.rs)
//! for the `(type_id, params)` envelope every modular system uses on disk.
pub use LoadError;
pub use ;
pub use ;