add AppState derive macro for convenient state extraction

This commit is contained in:
fa-sharp
2026-03-19 22:02:08 -04:00
parent a8d5e4f962
commit c4e7f06247
5 changed files with 114 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "axum-app-wrapper-macros"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
syn = "2"
quote = "1"
proc-macro2 = "1"