Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 626 Bytes

File metadata and controls

28 lines (16 loc) · 626 Bytes

Version 0.6.0 (2025-11-29)

  • Support scoped trait implementations.
  • Do no longer auto-implement InSituMut due to trait leakage related to the Rust issue.

Version 0.5.0 (2025-11-20)

  • Modernize.
  • Change license to MIT OR Apache-2.0.

Version 0.4.0 (2020-02-12)

  • Use byteorder = "1" and bytes = "0.5".

Version 0.3.0 (2018-05-13)

  • Add stable i128_type support and remove its feature requiring Rust 1.26.
  • Add Take type.

Version 0.2.0 (2018-05-02)

  • Add size constants

Version 0.1.0 (2018-05-01)

  • Initial release