Expand description
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.
Structs§
- Channel
- Server-side sender passed to channel handlers.
- Static
File - File response descriptor returned by static handlers.
- Upload
File - Uploaded file metadata and bytes passed to upload handlers.
- WebSocket
- Server-side sender passed to WebSocket event handlers.
- Zynk
Bridge - Axum integration point for Zynk endpoints.
Traits§
- Channel
Handler - Type-erased async handler contract for channel endpoints.
- Static
Handler - Type-erased async handler contract for static file endpoints.
- Upload
Handler - Type-erased async handler contract for upload endpoints.
- WsHandler
- Type-erased async handler contract for WebSocket message events.