Add axum-handle-error-extract crate (#468)

* Add `axum-handle-error-extract` crate

* fixup

* Fix readme link

* Add `HandleErrorExt` for new error handling middleware

* Revert "fixup"

This reverts commit 83e04954df.
This commit is contained in:
David Pedersen
2021-11-08 19:24:54 +01:00
committed by GitHub
parent 3d78711e47
commit 7e40312cff
6 changed files with 509 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
[workspace]
members = [
"axum",
"axum-handle-error-extract",
"examples/*",
]