Skip to content

rustler-0.35.0

Latest
Compare
Choose a tag to compare
@filmor filmor released this 15 Oct 13:01
· 1 commit to master since this release

What's Changed

  • Fix register resource_impl arg and add name override by @filmor in #638
  • Serde: Restrict special ok/error handling to variant names by @benhaney in #639
  • Allow floats to decode from integer terms by @benhaney in #641
  • Fix Windows API functions by @filmor in #643
  • Add unsafe dyncall support by @filmor in #635
  • Implement Encoder and Decoder for Box by @dvic in #644
  • Dynamic symbols on Unix by @filmor in #650
  • Revert "Recompile if the NIF library is changed/deleted" by @filmor in #654
  • Force panic unwind implementation for users of rustler by @filmor in #642
  • Catch panics in encoding NIF results by @filmor in #656
  • Merge rustler-sys into rustler::sys by @filmor in #653
  • Add reference type and make_ref call by @filmor in #657

New Contributors

Full Changelog: rustler-0.34.0...rustler-0.35.0