Skip to content
/ jni-rs Public
forked from jni-rs/jni-rs

Rust bindings to the Java Native Interface — JNI

License

Notifications You must be signed in to change notification settings

kammoh/jni-rs

 
 

Repository files navigation

Build Status Docs Crates.io

JNI Bindings for Rust

Join the chat at https://gitter.im/jni-rs/Lobby

This project provides complete JNI bindings for Rust, allowing to:

  • Implement native Java methods for JVM and Android in Rust
  • Call Java code from Rust
  • Embed JVM in Rust applications and use any Java libraries

See the docs for more details.

Example

cd example
make

Contribution

See the Contribution Guide for details.

License

Licensed under either of

About

Rust bindings to the Java Native Interface — JNI

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 99.4%
  • Other 0.6%