zynk-axum
Axum server binding for Zynk Rust endpoints.
ZynkBridge consumes endpoint metadata collected through inventory and registers Zynk wire-contract routes on an existing Axum router. It supports all Zynk endpoint kinds: commands (request/response), channels (SSE streams), uploads (multipart), static files, and websockets.
Usage
[]
= "0.1"
= "0.1"
= "0.1"
= { = "1", = ["full"] }
use ZynkBridge;
async