axum-controller 0.4.3

Helper macro's for better readability of axum handlers
Documentation
[![Crates.io](https://img.shields.io/crates/v/axum-controller)](https://crates.io/crates/axum-controller)
[![Documentation](https://docs.rs/axum-controller/badge.svg)](https://docs.rs/axum-controller)
![Maintenance](https://img.shields.io/badge/maintenance-done--for--now-brightgreen.svg)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)

# Axum-Controller

Helper macro's for wiring up axum routes with less boilerplate.

See example [here](axum-controller/examples/controller.rs).

See the [docs](https://docs.rs/axum-controller) 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](https://lib.rs/crates/axum-typed-routing) & [route_controller](https://lib.rs/crates/route_controller) .