cargo jni 0.15.0
Rust JNI 0.15.0

latest releases: 0.21.1, 0.21.0, 0.20.0...
4 years ago

Added

  • Ability to pass object wrappers that are convertible to JObject as arguments to the majority of JNIEnv methods without explicit conversion (#213)
  • JNIEnv#is_same_object implementation (#213)
  • JNIEnv#register_native_methods (#214)
  • Conversion from Into<JObject> to JValue::Object

Fixed

  • Passing null as class loader to define_class method now allowed according to the JNI specification. (#225)

Don't miss a new jni release

NewReleases is sending notifications on new releases.