mb64 / android-ndk-rs

Rust bindings to the Android NDK
Apache License 2.0
24 stars 2 forks source link

Giving up jni crate in favor to jny-sys #5

Open katyo opened 4 years ago

katyo commented 4 years ago

Since currently different alternatives to jni crate can be used for interfacing with java runtime I propose avoid jni wrappers in favor low level jni-sys types.

katyo commented 4 years ago

Fixed by #9