apigate 1.0.0

Macro-driven API gateway for Rust: declarative routing, request transformation, and reverse proxying built on axum
Documentation
1
2
3
4
5
error: #[apigate::hook] requires an async function
 --> tests/ui/fail/hook_not_async.rs:2:1
  |
2 | fn hook() -> apigate::HookResult {
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^