j4rs_derive 0.1.1

The proc macro crate for `j4rs` that allows jni calls to Rust libraries.
Documentation

j4rs_derive

The proc macro crate for j4rs that allows jni calls to Rust libraries.

It provides the call_from_java attribute. The functions annotated with it, can be called from Java code using JNI.

For more information and examples please see here and here.