capstone-rust / capstone-rs

high-level Capstone system bindings for Rust
217 stars 75 forks source link

Make Insn::len() public #90

Closed jacob-pro closed 3 years ago

jacob-pro commented 3 years ago

Unless I am missing something, I don't see why this function should not be public?

jacob-pro commented 3 years ago

instr.bytes().len() works fine