Rustler v0.24.0 Release Notes
Release Date: 2022-02-24 // almost 3 years ago-
➕ Added
- A
NewBinary
type to create binaries in Rust without going throughOwnedBinary
. This can improve performance. Thanks @dlesl! TermType
derivesEq
andPartialEq
.
⚡️ Updated
rustler_mix
: Bumped required toml dependency to 0.6- ⬆️ Bumped
rustler_sys
dependency to~2.2
.
🔄 Changed
- ✅ Rustler supports the latest 3 versions of Elixir and OTP. Currently, those are Elixir => 1.11 and OTP >= 22.
🛠 Fixed
- Set library file extension based on the compile target, thanks @cocoa-xu!
- 😌 Relaxed Jason version requirement to ~> 1.0
- 📚 Various typos in the documentation, thanks @kianmeng!
- A