/// Adapter layer between the host app and the Slint UI grid/shell.
/// Script-engine bindings (Rhai) exposed to configuration scripts.
/// Markdown parser that converts CommonMark + GFM to `DocBlock` models.
/// Composition DSL — fluent builder API for shell and window configuration.
/// Grid zone model and target-config loader for responsive layouts.
/// Layout DSL parser, constraint solver, and ratio-based panel engine.
/// File I/O gateway — all `std::fs` calls are funnelled through this module.
/// OS-level window backdrop and composition effects (Mica, Acrylic).
/// Persistent application settings (zoom, theme, icons, font).
/// Platform-native window chrome, navigation models, and shell lifecycle.
/// Per-view Rhai configuration auto-applied on navigation changes.
/// Public API alias for `AppAdapter_adp` — callers use this name.
pub use AppAdapter_adp as AppAdapter;
/// Re-export Platform at crate root for ergonomic consumer imports.
pub use Platform;
pub use ;
pub use ;
include_modules!;