3Hren / msgpack-rust

MessagePack implementation for Rust / msgpack.org[Rust]
MIT License
1.17k stars 130 forks source link

Remove byteorder dependency #334

Open psychon opened 1 year ago

psychon commented 1 year ago

I feel like the byteorder crate does not do much useful here and can easily be removed. This is what this PR does.