https://github.com/kellpossible/axum-nest-test
https://github.com/kellpossible/axum-nest-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kellpossible/axum-nest-test
- Owner: kellpossible
- Created: 2023-10-05T22:33:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T22:35:17.000Z (over 2 years ago)
- Last Synced: 2025-01-29T10:15:34.575Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- 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).