//! The `api` subsystem facade (engine spec ยง18).
//!
//! Thin, namespaced re-export of the certified [`arcature_api`] crate. Gated by the
//! `api` Cargo feature so an application that does not use this subsystem pays
//! no compile cost. Items live under [`crate::api`] to avoid glob collisions
//! with other subsystems that re-export the same upstream crate.
//!
//! [`arcature_api`]: https://docs.rs/arcature_api
pub use *;