https://github.com/metaswitch/swagger-rs
A set of common utilities for crates generated by swagger-codegen
https://github.com/metaswitch/swagger-rs
rust swagger swagger-codegen
Last synced: 4 months ago
JSON representation
A set of common utilities for crates generated by swagger-codegen
- Host: GitHub
- URL: https://github.com/metaswitch/swagger-rs
- Owner: Metaswitch
- License: apache-2.0
- Created: 2017-08-03T17:04:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T11:36:42.000Z (over 1 year ago)
- Last Synced: 2025-04-01T00:34:08.355Z (about 1 year ago)
- Topics: rust, swagger, swagger-codegen
- Language: Rust
- Homepage: https://crates.io/crates/swagger
- Size: 425 KB
- Stars: 96
- Watchers: 7
- Forks: 33
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# swagger-rs
[](https://travis-ci.org/Metaswitch/swagger-rs)
[](https://crates.io/crates/swagger)
A set of common utilities for crates generated by the `rust-server` [openapi-generator](https://github.com/OpenAPITools/openapi-generator) generator
# Releasing a new version
1. Run `./release-changelog.sh ` 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.