xmpp-rs/xso/src
Jonas Schäfer c83ff286e0 xso-proc: add support for text codecs
Text codecs allow to customize the conversion of data from/to XML,
in particular in two scenarios:

1. When the type for which the behaviour is to be defined comes from a
   foreign crate, preventing the implementation of
   FromXmlText/IntoXmlText.

2. When there is not one obvious, or more than one sensible, way to
   convert a value to XML text and back.
2024-07-02 06:56:30 +02:00
..
error.rs parsers: use Error type from xso 2024-06-23 09:40:52 +02:00
from_xml_doc.md xso-proc: add support for text codecs 2024-07-02 06:56:30 +02:00
lib.rs xso-proc: add support for text codecs 2024-07-02 06:56:30 +02:00
minidom_compat.rs parsers: use Error type from xso 2024-06-23 09:40:52 +02:00
text.rs xso-proc: add support for text codecs 2024-07-02 06:56:30 +02:00