Crate jnix_macros

Source
Expand description

This is a companion crate to jnix that provides some procedural macros for interfacing JNI with Rust. See the jnix crate documentation for more information

Derive Macrosยง

FromJava
Derives FromJava for a type.
IntoJava
Derives IntoJava for a type.