v0.37.3 - support for `xsi:nil` in Deserializer
What's Changed
New Features
- #850: Add
Attribute::as_bool()method to get an attribute value as a boolean. - #850: Add
Attributes::has_nil()method to check if attributes hasxsi:nilattribute set totrue. - #497: Handle
xsi:nilattribute in serde Deserializer to better process optional fields.
Full Changelog: v0.37.2...v0.37.3