Docs.rs
leptos-routes-macro-0.3.1
leptos-routes-macro 0.3.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
lpotthast
Dependencies
darling ^0.20.10
normal
leptos_router ^0.7.3
normal
proc-macro-error2 ^2.0.1
normal
proc-macro2 ^1.0.92
normal
quote ^1.0.38
normal
syn ^2.0.94
normal
uuid ^1.13.1
normal
assertr ^0.1.0
dev
leptos ^0.7.7
dev
leptos_router ^0.7.7
dev
trybuild ^1.0.99
dev
Versions
33.33%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate leptos_routes_macro
leptos_
routes_
macro
0.3.1
All Items
Crate Items
Attribute Macros
Crate
leptos_
routes_
macro
Copy item path
Source
Attribute Macros
ยง
route
routes
This is the entry point for route-declarations. Put it on a module. Declare your routes using the
route
attribute on nested modules. You can freely nest your routes.