https://github.com/ratnaraj7/better-routes
A powerful Rust library designed for generating type-safe and maintainable Axum routers.
https://github.com/ratnaraj7/better-routes
axum axum-router centralized maintainable route route-management router routes routing type-safe typed typed-routing typedpath
Last synced: 8 months ago
JSON representation
A powerful Rust library designed for generating type-safe and maintainable Axum routers.
- Host: GitHub
- URL: https://github.com/ratnaraj7/better-routes
- Owner: ratnaraj7
- License: mit
- Created: 2024-07-29T14:59:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T16:51:17.000Z (over 1 year ago)
- Last Synced: 2025-05-07T17:51:26.155Z (about 1 year ago)
- Topics: axum, axum-router, centralized, maintainable, route, route-management, router, routes, routing, type-safe, typed, typed-routing, typedpath
- Language: Rust
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Better Routes
=============
This workspace includes crates to make routing in Axum applications easier and more organized.
Crates
------
* **[`better-routes`][src]**: The core library for managing routes.
* **[`better-routes-macros`][macro-src]**: Macros for [`better-routes`][src].
Contributing
------------
Contributions are welcome! Please open an issue or submit a pull request on the [GitHub repository][repo].
License
-------
This project is licensed under the [MIT license][license].
[license]: https://github.com/ratnaraj7/better-routes/blob/main/LICENSE
[repo]: https://github.com/ratnaraj7/better-routes/pull
[src]: https://github.com/ratnaraj7/better-routes/tree/main/better-routes
[macro-src]: https://github.com/ratnaraj7/better-routes/tree/main/better-routes-macros