connect2axum-codegen 0.2.0

Protoc generators for REST, WebSocket, OpenAPI, and AsyncAPI wrappers over ConnectRPC services
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod api_names;
pub mod asyncapi;
pub mod guardrails;
pub mod http;
pub mod ir;
pub mod openapi;
pub mod options;
pub mod resolver;
pub mod rest;
pub mod shape;
pub mod ws;