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.
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.