- Implement low level data types
- Unit tests to ensure they are 1:1 with the spec
- Implement Dalvik bytecode
- Implement high level API around data types
- Implement call sites: docs
- Parallelize serialization/deserialization via
rayon
- Use
rayon
feature indashmap
- Use
- Implement
dex
file writer- Fix
TryIntoCtx
traits to use&mut Vec<u8>
instead of&mut [u8]
- Fix