axum-controller 0.4.1

Helper macro's for better readability of axum handlers
Documentation
error: duplicate `path` attribute
 --> tests/errors/duplicate_path.rs:7:27
  |
7 | #[controller(path = "/a", path = "/b")]
  |                           ^^^^

warning: unused import: `axum_typed_routing::route`
 --> tests/errors/duplicate_path.rs:2:5
  |
2 | use axum_typed_routing::route;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: unused import: `axum_typed_routing::TypedRouter`
 --> tests/errors/duplicate_path.rs:3:5
  |
3 | use axum_typed_routing::TypedRouter;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^