bytes
bytes copied to clipboard
Implemented usize/isize as new functions on the Buf/BufMut traits
I needed an easier way to handle reading and writing architecture specific sizes so I have implemented the additional functions.
I couldn't think of good architecture specific examples unless the unit tests I added would make better sense there.