Crate route_pattern

Source

Enums§

ParseError

Functions§

compile
Compile a route pattern. Get back a Regex which you can use as you see fit.
is_match
Match a route pattern.