endpoint-gen 1.3.4

Generate Rust code for websocket API endpoints
Documentation
1
2
3
4
5
6
7
pub mod definitions;
pub mod docs;
pub mod rust;
pub mod service;

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