Popularity
7.0
Growing
Activity
6.3
-
1,105
18
153

Programming language: Rust
License: Apache License 2.0
Tags: Development Tools     FFI     Java     Jni    
Latest version: v0.20.0

jni-rs alternatives and similar packages

Based on the "Java" category.
Alternatively, view jni-rs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of jni-rs or a related project?

Add another 'Java' Package

README

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](CONTRIBUTING.md) for details.

License

Licensed under either of


*Note that all licence references and agreements mentioned in the jni-rs README section above are relevant to that project's source code only.