Axum-Controller
Helper macros for wiring up axum routes with less boilerplate.
This crate is an extension of axum-typed-routing.
It uses the #[route] attribute and TypedRouter trait from that crate.
You must add axum-typed-routing to your own Cargo.toml dependencies.
See example here.
See the docs for more information.
Licensing
This repository, is licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later). This ensures that modifications to the code remain open source when used in network services.
Inspiration & Influences
This crate is inspired by and uses/used axum-typed-routing & route_controller .