Ayrx / axmldecoder

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

How to output the raw XML? #14

Open peterdk opened 11 months ago

peterdk commented 11 months ago

I can succesfully parse a binary manifest, but want to output it to raw XML. I can't find how I should do this. The debug format! output is more a description of the nodes, not a real XML.

peterdk commented 11 months ago

Ah I found the printer subproject in this repo, that works. Maybe add it to the crate?