pulsate 0.3.0

Pulsate — a reverse-proxy gateway in one binary: TLS, caching, WAF, observability, admin API, and WASM plugins.
Documentation
1
2
3
4
5
6
//! `p8` — the short alias for `pulsate` (identical behavior).
#![forbid(unsafe_code)]

fn main() -> std::process::ExitCode {
    pulsate::run()
}