xmpp-rs-mirror/xso-proc
Jonas Schäfer 46584f05f9 xso: refine handling of multiple #[xml(text)] fields
Previously, we only enforced the existence of at most one `#[xml(text)]`
field only at code generation time for `FromXml`. This change enforces
it at parsing time, which is more consistent and allows for a clearer
error message.
2024-07-01 08:01:42 +02:00
..
src xso: refine handling of multiple #[xml(text)] fields 2024-07-01 08:01:42 +02:00
Cargo.toml xso-proc: validate XML names against rxml_validation::NcName 2024-06-23 12:22:17 +02:00