You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add enum support to rust and skip none option serialization in clients (#2244)
* Add support for enum schemas and properties to the rust generator
Also:
* Skip serializing a field with serde if it's optional and empty
* Fix borrow checker error when using &std::path::Path (should be std::path::PathBuf)
* Add script to generate sample with rust-reqwest
* Regenerate petstore sample for both rust targets
* Remove go code from README.md
* Fix formatting of serde skip_serializing_if attribute
Copy file name to clipboardExpand all lines: samples/client/petstore/rust-reqwest/README.md
+7-36
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,19 @@
3
3
This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
4
4
5
5
## Overview
6
+
6
7
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.
0 commit comments