endpoint-gen 1.13.1

Schema-first code generator for WebSocket RPC services: turns declarative RON endpoint definitions into Rust models, docs, MCP tool schemas, and optional OpenAPI 3.1 / AsyncAPI 3.0 documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod asyncapi;
pub mod definitions;
pub mod docs;
pub mod error_codes;
pub mod openapi;
pub mod rust;
pub mod service;
pub mod spec_common;

// Re-export the derive macro for convenience
pub use endpoint_gen_macros::DefinitionVariant;