jni-rs v0.12.0 Release Notes

Release Date: 2019-04-01 // about 5 years ago
  • 🔄 Changed

    • JString, JMap and JavaStr and their respective iterators now require an extra lifetime so that they can now work with &'b JNIEnv<'a>, where 'a: 'b.