xmpp-rs/xso/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer c4de8725fc xso: deprecate try_from_element
It is not necessary anymore, because we switched from `IntoXml` to
`AsXml`, allowing `transform` to work with a reference instead of
consuming its input.

Before that, `try_from_element` was the only way to fallibly attempt to
parse something from `Element` without having to clone the entire DOM.
2025-04-27 13:44:06 +02:00
..
asxml.rs xso: clippy run 2025-04-08 12:47:56 +02:00
error.rs xso: deprecate try_from_element 2025-04-27 13:44:06 +02:00
from_xml_doc.md xso: fix documentation typos 2025-04-27 13:43:48 +02:00
fromxml.rs Track xml:lang throughout parsing 2025-04-22 17:55:44 +02:00
lib.rs xso: deprecate try_from_element 2025-04-27 13:44:06 +02:00
minidom_compat.rs xso: deprecate try_from_element 2025-04-27 13:44:06 +02:00
rxml_util.rs xso: Replace std stuff with alloc/core stuff 2024-12-19 20:51:57 +01:00
text.rs xso: clippy run 2025-04-08 12:47:56 +02:00