aboutsummaryrefslogtreecommitdiff
path: root/src/reader.rs
AgeCommit message (Collapse)Author
2021-07-03reader impls for various word sizesiximeow
2021-07-03add a Reader type that can read architecture-defined wordsiximeow
this is useful for instruction sets like arm where instructions are guaranteed to be 4 bytes, as well as instruction sets where an instruction word is not a multiple of u8 bytes.