xmpp-rs/xso
Jonas Schäfer 569b6e327d xso: provide adapter for AsXml implementation based on Into<Element>
Analogous to the already existing `IntoXml` implementation helpers
based on an `Into<Element>` implementation on a type, this provides
the utilities for `AsXml`.

This is of course exceptionally inefficient, but it is only needed
transitionally until we have everything migrated to derive macros or
otherwise rewritten in terms of AsXml/FromXml.
2024-07-24 16:05:06 +02:00
..
src xso: provide adapter for AsXml implementation based on Into<Element> 2024-07-24 16:05:06 +02:00
Cargo.toml Bump rxml to 0.11.1 2024-07-24 16:05:05 +02:00