i3ipc-rs icon indicating copy to clipboard operation
i3ipc-rs copied to clipboard

Support big endian architectures

Open tmerr opened this issue 6 years ago • 0 comments

Encode/decode using native endian instead of little endian. While we're at it, get rid of the byteorder dep now that https://doc.rust-lang.org/stable/std/primitive.i64.html#method.to_ne_bytes is available.

tmerr avatar Feb 08 '19 23:02 tmerr