EntityResolver for deserializer and export EscapeError
What's Changed
New Features
- #581: Allow
Deserializer
to setquick_xml::de::EntityResolver
for resolving unknown entities that would otherwise cause the parser to return an [EscapeError::UnrecognizedSymbol
] error.
Misc Changes
- #584: Export
EscapeError
from the crate - #581: Relax requirements for
unsescape_*
set of functions -- their now useFnMut
instead ofFn
forresolve_entity
parameters, likeIterator::map
fromstd
.
New Contributors
- @Aaron1011 made their first contribution in #584
- @pigeonhands made their first contribution in #583
Full Changelog: v0.28.1...v0.28.2