Ayrx / axmldecoder

Decoder for the binary XML format used by Android.
Apache License 2.0
20 stars 10 forks source link

Fix dependencies problem #8 and clippy warnings #9

Closed marcograss closed 2 years ago

marcograss commented 2 years ago

implements #8 and improves code style by removing some clippy warnings

I tested this with axmldecoder-printer in some of the xmls in examples, however we might want to consider adding real automated tests and CI