v0.7.4
- Adds
skip_deserializing
attribute (#265) - Adds Deserialize impl for
Box<[T]>
(#290) - Fields with
skip_serializing
are no longer required to implement theSerialize
trait (#260, #285) - A bound of
std::default::Default
is inferred for fields that use thedefault
attribute (#285) - Supports codegen for structs that use defaulted generic type params (#295)
- Supports
extern crate serde
not in the top-level module (#298)