Module matcher

Module matcher 

Source
Expand description

Module for matching route strings based on tokens generated from the yew_router_route_parser crate.

Structs§

MatcherSettings
Settings used for the matcher.
RouteMatcher
Attempts to match routes, transform the route to Component props and render that Component.

Enums§

CaptureVariant
Variants that indicate how part of a string should be captured.
MatcherToken
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.