facet-xml 0.32.3

XML serialization and deserialization for Facet types
Documentation
1
2
3
4
5
Provides XML serialization and deserialization for Facet types.

> **Important:** Every struct field must declare how it maps to XML using one of the
> `#[facet(xml::…)]` attributes (or `#[facet(child)]`). Unannotated fields now produce
> a descriptive error instead of being silently skipped.