Registry / web-framework / dioxus-router

dioxus-router

JSON →
library0.7.9rscratesunverified

Cross-platform router for Dioxus apps.

# Cargo.toml [dependencies] dioxus-router = "0.7.9"
INSTALL
IMPORT
SIG · DIOXUS-ROUTER
D
dioxus-router
web-frameworkrustv0.7.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Router
use dioxus_router::prelude::*;

Import the router prelude.

use dioxus_router::prelude::*; fn main() { println!("Router ready"); }
Debug
Known issues
gotchaRequires the 'router' feature flag in dioxus.
fix
Add `dioxus-router = { version = "0.7", features = ["router"] }` to Cargo.toml.
affects: >=0.7.0
Upgrade
Version history
0.7.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
dioxus-router — cargo add dioxus-router · libregistry