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.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of jni-rs or a related project?
Popular Comparisons
README
JNI Bindings for Rust
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
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option.
*Note that all licence references and agreements mentioned in the jni-rs README section above
are relevant to that project's source code only.