axum-htmx
axum-htmx copied to clipboard
Vary middleware draft
Here's how it looks (just a draft yet). Let me know if you're ok with the approach before I finish it.
Also I've noticed you implemented tower middleware in the guard, is there any benefits compared to axum::middleware::from_fn. I can't imagine how one would use the crate without axum, so depending on it instead of axum-core seems ok, isn't it?