Router for the Leptos web framework, enabling client-side and server-side routing in full-stack Rust applications.
# Cargo.toml
[dependencies]
leptos_router = "0.8.13"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up a basic router with two routes.
Add `leptos` with appropriate features (e.g., `csr` for client-side) to Cargo.toml.
No dependency data recorded yet.