axum-controller 0.4.1

Helper macro's for better readability of axum handlers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[toolchain]
channel = "nightly-2025-12-20"
components = [
  "cargo",
  "rust-analyzer",
  "rust-src",
  "rustc-codegen-cranelift",
  "rustc-dev",
  "rustfmt",
]
profile = "default"
targets = [
  "x86_64-unknown-linux-gnu",
  "x86_64-unknown-linux-musl",
  "x86_64-pc-windows-gnu",
  # "wasm32-unknown-unknown",
]