//! API subsystem: RFC 9457 problem details and typed API responses.
//!
//! [`problem`] is always available (it needs only always-on deps and the
//! validation subsystem depends on it). Additional API conveniences are
//! gated on the `api` feature.
pub use ProblemKind;
pub use ;