- Adds
skip_deserializingattribute (#265) - Adds Deserialize impl for
Box<[T]>(#290) - Fields with
skip_serializingare no longer required to implement theSerializetrait (#260, #285) - A bound of
std::default::Defaultis inferred for fields that use thedefaultattribute (#285) - Supports codegen for structs that use defaulted generic type params (#295)
- Supports
extern crate serdenot in the top-level module (#298)