axum-controller 0.4.1

Helper macro's for better readability of axum handlers
Documentation
1
2
3
4
5
6
use axum_controller::controller;

#[controller(path = "/test")]
struct NotAnImpl;

fn main() {}