endpoint-gen 1.12.0

Generate Rust code for websocket API endpoints
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;