yew_router_nested

Module matcher

Source
Expand description

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

Structs§

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

Enums§

  • Variants that indicate how part of a string should be captured.
  • Tokens used to determine how to match and capture sections from a URL.

Type Aliases§

  • Alias of HashMap<&'a str, String> that represent strings captured from a route.