xmpp-rs/xso
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
..
src xso-proc: add support for text codecs 2024-07-02 06:56:30 +02:00
Cargo.toml xso: add traits for XML text <-> value conversion 2024-06-30 13:01:36 +02:00