[][src]Module usher::prelude

A "prelude" for crates using the usher crate.

This prelude contains the required imports for almost all use cases, to avoid having to include modules and structures directly:

use usher::prelude::*;

The prelude may grow over time, but it is unlikely to shrink.

Re-exports

pub use super::matcher::Matcher;
pub use super::parser::DynamicParser;
pub use super::parser::Parser;
pub use super::parser::StaticParser;
pub use super::router::Router;