I am planning to write a DEX compiler and would need to be able to parse instructions to emit target code. However, this crate keeps the instructions in an unparsed form of ushorts, so I must parse them externally. I suggest this crate parse the instructions to allow people like me to read and potentially translate the code of methods.