Android Manifest

An [AndroidManifest] serializer and deserializer for Rust. This library will also likely continue to stay up to date with the official AndroidManifest specification as changes happen.

```toml

Cargo.toml

[dependencies] android-manifest = "*" ```

```rust let xml = r#" "#;

let manifest: AndroidManifest = androidmanifest::fromstr(xml).unwrap(); ```

License

This project is licensed under Apache License, Version 2.0, (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.