cargo quick-xml 0.38.4
v0.38.4 - CDATA serialization in serde

8 hours ago

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: v0.38.3...v0.38.4

Don't miss a new quick-xml release

NewReleases is sending notifications on new releases.