xmpp-rs/parsers/src/util
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer cb3da52ba2 parsers: add streamable parsing
This adds shims which provide FromXml and IntoXml implementations to
*all* macro-generated types in `xmpp_parsers`. Mind that this does not
cover all types in `xmpp_parsers`, but a good share of them.

This is another first step toward real, fully streamed parsing.
2024-06-18 16:54:11 +02:00
..
error.rs parsers: add streamable parsing 2024-06-18 16:54:11 +02:00
macros.rs parsers: add streamable parsing 2024-06-18 16:54:11 +02:00
mod.rs Refactored the "helpers" so that they use a common Codec trait; this makes them composable as well. 2024-01-10 19:49:53 +00:00
text_node_codecs.rs Refactored the "helpers" so that they use a common Codec trait; this makes them composable as well. 2024-01-10 19:49:53 +00:00