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