1 2 3 4 5 6 7 8
pub mod definitions; pub mod docs; pub mod error_codes; pub mod rust; pub mod service; // Re-export the derive macro for convenience pub use endpoint_gen_macros::DefinitionVariant;