dex 0.2.1

Rust library for parsing dex files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- tests
   X figure out how to test parsing
   - add integration tests
- validations for different constraints
   - type signature validity
   - offsets are in correct section
- left out things
   X debug info
   X annotations
   X static values
- documentation
   X how to add docs from android website
   X debug logging
X public api
X add README