byteorder v1.3.0 Release Notes

Release Date: 2019-01-19 // about 5 years ago
  • ๐Ÿš€ This new minor release now enables i128 support automatically on Rust ๐Ÿ‘ compilers that support 128-bit integers. The i128 feature is now a no-op, but continues to exist for backward compatibility purposes. The crate continues to maintain compatibility with Rust 1.12.0.

    ๐Ÿš€ This release also deprecates the ByteOrder trait methods read_f32_into_unchecked and read_f64_into_unchecked in favor of read_f32_into and read_f64_into. This was an oversight from the 1.2 release ๐Ÿ—„ where the corresponding methods on ReadBytesExt were deprecated.

    quickcheck and rand were bumped to 0.8 and 0.6, respectively.

    ๐Ÿ“š A few small documentation related bugs have been fixed.