//! Axum adapter for gatekeep authorization boundaries.
//!
//! The crate keeps policy selection and context construction in the application.
//! Handlers call [`Gatekeeper::authorize`] with a policy value and use
//! [`GatekeepRejection`] as an axum rejection.
pub use ;
pub use ;
pub use ;