//! FORGE binding generation system.
//!
//! Two-phase pipeline with `forge.schema.json` as the contract:
//!
//! 1. **Phase 1** — Parser reads Rust source, produces `forge.schema.json`.
//! 2. **Phase 2** — Emitters read the schema, produce per-language client code.
pub use DioxusGenerator;
pub use ;
pub use ;
pub use ;