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;