Crate axum_routing_htmx_macros

Source

Attribute Macrosยง

hx_delete
A macro that generates HTMX-compatible statically-typed Delete routes for axum handlers.
hx_get
A macro that generates HTMX-compatible statically-typed Get routes for axum handlers.
hx_patch
A macro that generates HTMX-compatible statically-typed Patch routes for axum handlers.
hx_post
A macro that generates HTMX-compatible statically-typed Post routes for axum handlers.
hx_put
A macro that generates HTMX-compatible statically-typed Put routes for axum handlers.