cargo-swagger 0.1.0

A cargo subcommand to make it easy to generate Rust cratyes from swagger specs
cargo-swagger-0.1.0 is not a library.

cargo swagger

This tool adds a cargo swagger subcommand to make it simple to generate Rust crates from Swagger/OpenAPI specs.

crates.io

Uses https://github.com/swagger-api/swagger-codegen for the codegen, but wraps it so it's easier for Rust usage.

Installation

cargo-swagger requires that you have Docker installed. See https://docs.docker.com/engine/installation/ for the Docker install instructions.

$ cargo install cargo-swagger