xml-rs v0.8.3 Release Notes
Release Date: 2020-04-27 // over 4 years ago-
- Added a new parser option,
ignore_root_level_whitespace
, which makes the parser skip emitting whitespace events outside of the root element when set totrue
. This helps with certain tasks like canonicalization.
- Added a new parser option,