serde through an error for unintended field
How to make serde
through an error if the json string contains an extra field. This is my code
What are some ways to handle config file migrations in rust [closed]
Closed 3 days ago.
What are some ways to handle config file migrations in rust [closed]
Closed 3 days ago.
What are some ways to handle config file migrations in rust [closed]
Closed 3 days ago.
What are some ways to handle config file migrations in rust [closed]
Closed 3 days ago.
What are some ways to handle config file migrations in rust [closed]
Closed 3 days ago.
What are some ways to handle config file migrations in rust [closed]
Closed 3 days ago.
What are some ways to handle config file migrations in rust [closed]
Closed 3 days ago.
What are some ways to handle config file migrations in rust [closed]
Closed 3 days ago.
reading a TOML file with serde – camelCase vs snake_case
I am doing my first forays into rust and I am trying to see how configuration can be read in rust. I am trying the Config
crate with serde
to deserialize the config into a struct: