jni 0.22.2

Rust bindings to the JNI
docs.rs failed to build jni-0.22.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: jni-0.22.1

Build Status Docs Crates.io

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. See the examples directory.

Shared-library Example

cd crates/jni/mylib-example
make

Contribution

See the Contribution Guide for details.

License

Licensed under either of

at your option.