xmpp-rs/parsers/src/util
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
..
macro_tests.rs xso: deprecate try_from_element 2025-04-27 13:44:06 +02:00
macros.rs Track xml:lang throughout parsing 2025-04-22 17:55:44 +02:00
mod.rs xmpp-parsers: Remove util::text_node_codecs 2024-07-25 18:42:18 +02:00