//! Top-level save layout detection and orchestration.
//!
//! This module keeps the public `format` surface small while splitting
//! implementation by responsibility.
pub use detect_edition_hint;
pub use detect_format;
pub use FormatId;
pub use Layout;
pub use LayoutV105;
pub use LayoutV99;
pub use compatibility_issues;
pub use decode;
pub use encode;
pub use summarize;
use CHARACTER_SECTION_START;