1 unstable release

Uses old Rust 2015

0.1.0 Jul 28, 2018

#2102 in Development tools


Used in 2 crates

MIT license

355KB
8K SLoC

rust-jni

Build Status

Safe interface to the JNI library in Rust.


lib.rs:

A library for safe interoperation between Rust and Java

rust-jni provides tools to safely make calls from Rust to Java and from Java to Rust using JNI.

The main philosofy of this library is to push as many errors to compile-time as possible and panic whenever it's impossible to have a compile error.

Dependencies

~0–0.9MB