SUPERAndroidAnalyzer / abxml-rs

Android binary XML decoding library in Rust.
Apache License 2.0
27 stars 5 forks source link

Remove all decoders and let wrappers to only work with the minimum data #45

Closed gnieto closed 7 years ago

gnieto commented 7 years ago

Until now, all the chunk wrappers could access to the whole buffer and had to do some arithmetics to do the access to the fields. Also the decoders has been removed as they are not needed anymore.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.01%) to 78.966% when pulling 4c46660fbd5e21566890791a16b39cbcb782ef4a on task/minimumSlice into e91f2c816edda6736f4715ba4869ee2ca2c15ed3 on develop.