jni 0.3.0

Rust bindings to the JNI
Documentation
1
2
3
4
5
6
// String types for sending to/from the jvm
mod ffi_str;
pub use self::ffi_str::*;

mod java_str;
pub use self::java_str::*;