1
2
3
4
5
6
//! Experimental route guards.
//!
//! Analogous to the `guard` module in Actix Web.

#[allow(deprecated)]
pub use crate::acceptable::Acceptable;