xmpp-rs/xso/src
Emmanuel Gil Peyrot f0b51decea xso: Import the ColonSeparatedHex text codec from xmpp-parsers
This codec converts from a colon-separated case-insensitive hexadecimal
string into a Vec of bytes, and back to a lowercase colon-separated
hexadecimal string.  Each byte must be separated by exactly one colon.
2024-07-25 18:42:18 +02:00
..
error.rs parsers: use Error type from xso 2024-06-23 09:40:52 +02:00
from_xml_doc.md Port everything over to AsXml 2024-07-24 16:05:06 +02:00
lib.rs xso: Apply clippy’s suggestions 2024-07-25 07:35:19 +00:00
minidom_compat.rs xso: remove remnants of IntoXml 2024-07-24 16:05:06 +02:00
rxml_util.rs xso: Apply clippy’s suggestions 2024-07-25 07:35:19 +00:00
text.rs xso: Import the ColonSeparatedHex text codec from xmpp-parsers 2024-07-25 18:42:18 +02:00