xso-proc: Add support for the codec field on attribute meta
This allows a custom TextCodec to be used for encoding and decoding the attribute’s value, instead of FromXmlText and AsOptionalXmlText.
This commit is contained in:
parent
763a603e49
commit
01a0c51a2f
6 changed files with 114 additions and 5 deletions
|
|
@ -29,6 +29,8 @@ Version NEXT:
|
|||
translated into a boolean (`#[xml(flag)]`).
|
||||
- Generic TextCodec implementation for all base64 engines provided by
|
||||
the base64 crate (if the `base64` feature is enabled).
|
||||
- New `codec` field on `attribute` meta, to support decoding and
|
||||
encoding using any `TextCodec`.
|
||||
|
||||
Version 0.1.2:
|
||||
2024-07-26 Jonas Schäfer <jonas@zombofant.net>
|
||||
|
|
|
|||
Loading…
Reference in a new issue