byteorder
byteorder copied to clipboard
Add slice methods for WriteBytesExt
The 1.1.0 release introduced slice methods for the ReadBytesExt
trait (read_*_into
). It would be useful to have the corresponding write methods for the WriteBytesExt
trait.