swagger

Crates.ioswagger
lib.rsswagger
version7.0.0-rc1
sourcesrc
created_at2017-08-04 17:11:06.967625
updated_at2024-12-10 13:49:31.906789
descriptionA set of common utilities for Rust code generated by OpenAPI Generator
homepagehttps://github.com/Metaswitch/swagger-rs
repositoryhttps://github.com/Metaswitch/swagger-rs
max_upload_size
id26394
size139,290
(dsteeley)

documentation

README

swagger-rs

Build Status crates.io

A set of common utilities for crates generated by the rust-server openapi-generator generator

Releasing a new version

  1. Run ./release-changelog.sh <version> to update the changelog and Cargo.toml
  2. Commit and push your changes.
  3. Wait for a travis build to complete successfully.
  4. Run cargo publish.
  5. Tag the new version and push the tag.
Commit count: 450

cargo fmt