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
6
#[apigate::hook]
fn hook() -> apigate::HookResult {
    Ok(())
}

fn main() {}