xmpp-rs/xso/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer fce846ae3d xso: refactor Base64 text codec
This introduces support for `Cow<'_, [u8]>` (which is not needed
currently, but still good to have) and generalizes the `Option<T>`
implementation so that it doesn't have to be copied for every other type
supported to be Base64'd (we may add support for `bytes::Bytes` at some
point, for instance).
2024-07-25 22:22:55 +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: add more doc comments throughout 2024-07-25 22:22:55 +02: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: refactor Base64 text codec 2024-07-25 22:22:55 +02:00