//! Interprets typed HTTP programs as executable actix-web routes.
//!
//! The interpretation chooses actix-web's extractors for input roles, its responses for output
//! kinds, and `Arc` for the runtime handle of a semantic context. It also states an endpoint as what
//! makes one, because actix-web configures its routes again for every worker.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;