Crates.io | j4rs_derive |
lib.rs | j4rs_derive |
version | 0.1.1 |
source | src |
created_at | 2020-07-15 09:42:04.729824 |
updated_at | 2024-04-09 09:28:07.882006 |
description | The proc macro crate for `j4rs` that allows jni calls to Rust libraries. |
homepage | |
repository | https://github.com/astonbitecode/j4rs |
max_upload_size | |
id | 265370 |
size | 6,891 |
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.