abxml 0.8.2

Parser for resources.arsc contained on APKs and binary XML decompresser.
Documentation
1
2
3
4
5
6
7
8
9
10
mod attribute;
mod namespace_end;
mod namespace_start;
mod tag_end;
mod tag_start;

pub use crate::model::owned::xml::{
    attribute::AttributeBuf, namespace_end::XmlNamespaceEndBuf,
    namespace_start::XmlNamespaceStartBuf, tag_end::XmlTagEndBuf, tag_start::XmlTagStartBuf,
};