https://github.com/kellpossible/axum-nest-test
https://github.com/kellpossible/axum-nest-test
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kellpossible/axum-nest-test
- Owner: kellpossible
- Created: 2023-10-05T22:33:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T22:35:17.000Z (almost 3 years ago)
- Last Synced: 2025-11-01T15:08:33.070Z (9 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `axum-nest-test`
A demo showing nested Axum routers from separate crates using [`Router::nest()`](https://docs.rs/axum/latest/axum/routing/struct.Router.html#method.nest).