Download Latest Version v0.39.0 - Config for Writer source code.tar.gz (1.5 MB)
Email in envelope

Get an email when there's a new version of quick-xml

Home / v0.38.4
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-11-11 1.3 kB
v0.38.4 - CDATA serialization in serde source code.tar.gz 2025-11-11 1.5 MB
v0.38.4 - CDATA serialization in serde source code.zip 2025-11-11 1.5 MB
Totals: 3 Items   3.0 MB 0

What's Changed

New Features

  • #353: Add ability to serialize textual content as CDATA sections in Serializer. Everywhere where the text node may be created, a CDATA section(s) could be produced instead. See the new [Serializer::text_format()] method.

Bug Fixes

  • #912: Fix deserialization of numbers, booleans and characters that is space-wrapped, for example <int> 42 </int>. That space characters are usually indent added during serialization and other XML serialization libraries trims them

Misc Changes

  • #901: Fix running tests on 32-bit architecture
  • #909: Avoid some allocations in the Serializer

New Contributors

Full Changelog: https://github.com/tafia/quick-xml/compare/v0.38.3...v0.38.4

Source: README.md, updated 2025-11-11