Rustler v0.23.0 Release Notes

Release Date: 2021-12-22 // over 2 years ago
  • โž• Added

    • ๐Ÿ‘ป NifException for using Elixir exception structs
    • Hashing for term
    • Hash and Equality for Binary and OwnedBinary

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Rustler changed its supported range of OTP and Elixir versions. We aim to support the three newest versions of OTP and Elixir.
    • The decoder for Range requires that :step equals 1. The :step field was introduced with Elixir v1.12 and cannot be represented with Rust's RangeInclusive.
    • NIF API bindings are generated using Rust