Expand description
Module for matching route strings based on tokens generated from the yew_router_route_parser crate.
Structs§
- Matcher
Settings - Settings used for the matcher.
- Route
Matcher - Attempts to match routes, transform the route to Component props and render that Component.
Enums§
- Capture
Variant - Variants that indicate how part of a string should be captured.
- Matcher
Token - Tokens used to determine how to match and capture sections from a URL.
Type Aliases§
- Captures
- Alias of
HashMap<&'a str, String>
that represent strings captured from a route.