Expand description
nova_router - routing implementation and integration
`nova_router`
├── callable.rs
├── router.rs
├── route.rs
├── routes.rs
└── server_routing.rscallable - definition of callable handler
router - definition of Nova Router
route - definition of Nova Route
routes - wrapper of Nova Routes
server_routing - trait for integration of routing
Modules§
- callable
- Nova callable definition
- route
- Nova route definition
- router
- Nova router definition
- routes
- Nova routes wrapper
- server_
routing - Server routing integration