i3ipc-rs
i3ipc-rs copied to clipboard
Support big endian architectures
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.