1//! Experimental route guards. 2//! 3//! Analogous to the `guard` module in Actix Web. 4 5#[allow(deprecated)] 6pub use crate::acceptable::Acceptable;