# DEXParser
[](https://github.com/rusty-rs/rusty-dex/actions/workflows/ci.yml)
[](https://crates.io/crates/rusty-dex)
[](https://docs.rs/rusty-dex/latest/rusty_dex/)
Rust parser for DEX files
## About
The DEX file contains the bytecode of Android applications. This crate provides
methods to extract and parse them.
## Current status
The parser can handle most of the DEX standard (see [this
issue](https://github.com/rusty-rs/rusty-dex/issues/3) for the up-to-date
details). The API is under active development and might change.