mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-09 03:37:57 +00:00
b6fc68c030
When annotated with #[serde(default)], a field gets a default value using std:default::Default, and will not error when decoding if the field is missing from the input. Addresses #9