This package browser is in early development. Mind the rough edges.

rust-jni

Rust bindings to the JNI

This package provides Rust bindings to the JNI. It implements native Java methods for JVM and Android in Rust, call Java code from Rust, embed JVM in Rust applications and use any Java libraries.

Installation

Install the latest version of rust-jni as follows:

guix install rust-jni

Or install a particular version:

guix install rust-jni@0.14.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.