tree: 16170aedb606d508111d8413e0f338ea0e7eeb3c [path history] [tgz]
  1. benches/
  2. docs/
  3. example/
  4. patches/
  5. src/
  6. tests/
  7. .android-checksum.json
  8. .cargo-checksum.json
  9. Android.bp
  10. Cargo.toml
  11. cargo_embargo.json
  12. CHANGELOG.md
  13. clippy.toml
  14. CODE_OF_CONDUCT.md
  15. CONTRIBUTING.md
  16. LICENSE-APACHE
  17. LICENSE-MIT
  18. METADATA
  19. MODULE_LICENSE_APACHE2
  20. README.md
  21. TEST_MAPPING
  22. test_profile
crates/jni/README.md

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