Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maxnachlinger opened this issue May 16, 2024 · 0 comments · May be fixed by #18688

Comments

@maxnachlinger
Copy link
Contributor

maxnachlinger commented May 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant