Crate dioxus_router[−][src]
Expand description
Dioxus-Router
A simple match-based router and router service for most routing needs.
Dioxus-Router is not a declarative router. Instead it uses a simple parse-match pattern which can be derived via a macro.
fn app(cx: Scope) -> Element {
}
