xmpp-rs/xso/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Emmanuel Gil Peyrot 7f5b6fec7f xso: Allow any T: FromXmlText + AsXmlText in EmptyAsNone
This text codec was previously implemented only for Option<String>, this
extends it to all types implementing those two traits, such as numbers
or JIDs.
2024-08-03 13:43:44 +02:00
..
error.rs parsers: use Error type from xso 2024-06-23 09:40:52 +02:00
from_xml_doc.md xso-proc: implement support for collections of children 2024-08-03 12:20:04 +02:00
lib.rs xso: add support for boxed children 2024-07-27 08:24:25 +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: Allow any T: FromXmlText + AsXmlText in EmptyAsNone 2024-08-03 13:43:44 +02:00