// needed for quote! #![recursion_limit = "512"] pub mod error; pub mod generator; pub mod rest_spec;