| Crates.io | svanill-vault-openapi |
| lib.rs | svanill-vault-openapi |
| version | 0.1.0 |
| created_at | 2020-10-10 04:02:22.518842+00 |
| updated_at | 2020-10-10 04:02:22.518842+00 |
| description | svanill-vault common code generated from openapi spec |
| homepage | |
| repository | https://github.com/svanill/svanill-vault-openapi |
| max_upload_size | |
| id | 297890 |
| size | 82,455 |
Openapi definition and materialized rust models.
cargo build
If you edit openapi3.yml you will have to rebuild and commit the model files
./regenerate_models.sh
git add openapi3.yml
git add src/models
git commit -m ...
When I tried last time the server failed to generate, and the client was a bit in a flux because of async support.
Will try again when openapi-generator is more mature.