Skip to content

v0.9.3

Choose a tag to compare

@dannote dannote released this 07 Jul 15:12
· 84 commits to master since this release
  • Infer Option<T> author input for expected Option<&T> adapter arguments,
    including fallible NifResult<Option<T>> values passed to
    impl Into<Option<&T>> Rust methods.
  • Preserve owned option locals while emitting .as_ref() at the eventual call
    site to avoid borrowing from temporaries.