BurntSushi / byteorder

Rust library for reading/writing numbers in big-endian and little-endian.
The Unlicense
984 stars 144 forks source link

Verify alignment requirements of `f32` vs `u32` (and `f64` vs `u64`). #195

Closed anforowicz closed 1 year ago

anforowicz commented 1 year ago

Fixes https://github.com/BurntSushi/byteorder/issues/194

PTAL? :-)