Files
serde/serde2/serde2_macros
Hugo Duncan b6fc68c030 Add serde default attribute for fields
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
2015-02-20 13:18:09 -05:00
..
2015-02-19 08:35:42 -08:00