Chemin
An enum-based router generator for rust, supporting query strings and i18n. It can be used on front-end or back-end, with any framework or library. It can be used both ways: to parse a url into a route, and to generate a url from a route you constructed.
It is not meant to be "blazingly fast": in this crate, code clarity is always privileged over optimization.
Example
See the API documentation for more detailed explanations.