An open API service indexing awesome lists of open source software.

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.

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