Snap for 12583163 from 7f03d9546ea5f8e5122adee4bf9bf44c99f24dd2 to sdk-release

Change-Id: I5a82fbc67c365cd269d76928be7788560a452284
tree: e346dd55a6b6b6adcfb28858e575282dc7a787c6
  1. .github/
  2. 0.20.0/
  3. benches/
  4. docs/
  5. example/
  6. patches/
  7. src/
  8. tests/
  9. .cargo_vcs_info.json
  10. .gitignore
  11. Android.bp
  12. Cargo.toml
  13. Cargo.toml.orig
  14. CHANGELOG.md
  15. clippy.toml
  16. CODE_OF_CONDUCT.md
  17. CONTRIBUTING.md
  18. LICENSE-APACHE
  19. LICENSE-MIT
  20. METADATA
  21. MODULE_LICENSE_APACHE2
  22. OWNERS
  23. README.md
  24. test_profile
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