Function gen

Source
pub fn gen(
    openapi_specs: Vec<OpenAPI>,
    target: &Path,
    name: &str,
    version: &str,
    overwrite_cargo: bool,
    disable_clippy: bool,
    mapping: &[(&str, &str)],
    ignored_paths: &[&str],
) -> Result<()>