Migrate 9 crates to monorepo.

matchit
flate2
vulkano
libfuzzer-sys
clang-sys
unicode-ident
jni
tokio-openssl
serde_yaml

Bug: http://b/339424309
Test: treehugger
Change-Id: Iddc7695de048c0f6779c9943863773bd345a5783
3 files changed
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