//! `OpenAPI` 3.0 parser, CRUD grouper, and schema diffing library.
//!
//! `openapi-forge` provides a high-level [`Spec`] type that wraps a parsed
//! `OpenAPI` document and offers helpers for:
//!
//! - Endpoint enumeration and lookup
//! - Schema field resolution (including `allOf` composition)
//! - Schema diffing (added / removed / changed fields)
//! - Heuristic and configurable CRUD grouping of RPC-style endpoints
pub use ForgeError;
pub use ;
pub use ;