jni 0.22.4

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

mod mutf8_chars;
pub use self::mutf8_chars::*;

pub use crate::jvalue::{char_from_java, char_from_java_int, char_to_java, char_to_java_int};