//! OpenAPI support for the Tork web framework.
//!
//! Provides the [`OpenApi`] builder used to configure the specification document.
//! It depends on `tork-core` to read the registered route table; `tork-core`
//! does not depend on this crate, so the dependency graph stays acyclic and
//! OpenAPI support can be turned off behind a feature flag in the facade crate.
pub use AsyncApi;
pub use OpenApi;