1 2 3 4 5 6 7
use openapiv3::Schema; use proc_macro2::TokenStream; pub mod client; pub mod model; pub mod util; pub mod format;