coil-runtime 0.1.1

HTTP runtime and request handling for the Coil framework.
Documentation
1
2
3
4
5
6
7
8
9
10
mod error;
mod matching;
mod model;
mod resolution;

pub(crate) use error::{
    RouteBuildError, RouteUrlError, validate_fragment_id, validate_host, validate_route_name,
    validate_route_path, validate_template_name,
};
pub use model::*;