Crate regex_router[−][src]
Expand description
https://www.npopov.com/2014/02/18/Fast-request-routing-using-regular-expressions.html
Whilst using RegexSet would’ve been easier to reason about, it doesn’t support the retrieval of specific group matches within the sub-regexes. Thus, we wouldn’t be able to support path parameters and the extraction of them.