openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[REQ] Allow rust configuration struct to be deserialized, so it may be easily constructed from a file or other source.

Open maxnachlinger opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

Allow rust configuration struct to be deserialized, so it may be easily constructed from a file or other source.

Describe the solution you'd like

Create a struct that can be deserialized from a file or other external source. Member of this struct will need to implement serde::Deserialize or Default if we want to #[serde(skip)] them.

Describe alternatives you've considered

Additional context

maxnachlinger avatar May 16 '24 14:05 maxnachlinger