SUPERAndroidAnalyzer / super

Secure, Unified, Powerful and Extensible Rust Android Analyzer
https://superanalyzer.rocks/
GNU General Public License v3.0
421 stars 59 forks source link

Move to `quick-xml` #179

Closed Razican closed 4 years ago

Razican commented 4 years ago

xml-rs has noot been maintained in around 2 years. A new alternative, with serde support has arised in that time: quick-xml.

This crate brings improvements in speed (it claims it's around 50 times faster than xml-rs, and 10 times faster than serde-xml-rs. It's actively maintained, and should also help with #35.

Razican commented 4 years ago

This has been implemented for SUPER 0.6.