All Projects → jni-rs → Jni Rs

jni-rs / Jni Rs

Licence: other
Rust bindings to the Java Native Interface — JNI

Programming Languages

java
68154 projects - #9 most used programming language
rust
11053 projects

Labels

Projects that are alternatives of or similar to Jni Rs

SignatureVerificationDemo
Android 使用jni校验应用签名sha1值,防止so文件逆向盗用
Stars: ✭ 111 (-75.66%)
Mutual labels:  jni
Jni4android
JNI Generater for Android
Stars: ✭ 261 (-42.76%)
Mutual labels:  jni
React Native Mmkv
⚡️ An extremely fast key/value storage library for React Native. ~30x faster than AsyncStorage!
Stars: ✭ 316 (-30.7%)
Mutual labels:  jni
premake-android-studio
premake5 module for android-studio and gradle build.
Stars: ✭ 24 (-94.74%)
Mutual labels:  jni
SecurityDemo
ndk进行简单的签名校验,密钥保护demo,android应用签名校验
Stars: ✭ 22 (-95.18%)
Mutual labels:  jni
Jnioor
基于C++模板函数与Fluent API设计的JNI反射库,极大的简化JNI反射调用,提高JNI开发效率与稳定性
Stars: ✭ 278 (-39.04%)
Mutual labels:  jni
jni
V wrapper around the C Java Native Interface
Stars: ✭ 15 (-96.71%)
Mutual labels:  jni
Keepalive
Fighting against force-stop kill process on Android with binder ioctl / Android高级保活
Stars: ✭ 376 (-17.54%)
Mutual labels:  jni
JavaCAN
A simple JNI wrapper for the socketcan API provided by the Linux kernel. As it is wrapping a Linux Kernel API, it is intended for use on Linux only.
Stars: ✭ 23 (-94.96%)
Mutual labels:  jni
Javacpp
The missing bridge between Java and native C++
Stars: ✭ 3,703 (+712.06%)
Mutual labels:  jni
jni-bindgen
Generate Rust JVM FFI wrappers around APIs defined by .jar or .class files, because maintaining your own hand-written bindings is an exercise in boredom, soundness bugs, and pain.
Stars: ✭ 55 (-87.94%)
Mutual labels:  jni
android-opus-codec
Implementation of Opus encoder and decoder in C++ for android with JNI
Stars: ✭ 44 (-90.35%)
Mutual labels:  jni
Androidp7zip
An Android compress and extract library support popular compression format such as rar, zip, tar, lzma. based on p7zip.
Stars: ✭ 289 (-36.62%)
Mutual labels:  jni
android-PageFlip-JNI
JNI library of Page Flip
Stars: ✭ 14 (-96.93%)
Mutual labels:  jni
Aparapi
The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.
Stars: ✭ 352 (-22.81%)
Mutual labels:  jni
PhoneVR
Use Steam VR-enabled applications with your phone as HMD (Head-mounted display). The only Open-Source solution to similar commercial packages like VRidge, iVRy, Trinus etc etc.
Stars: ✭ 178 (-60.96%)
Mutual labels:  jni
Xlowpoly
Lowpoly picture, Sandpainting for Android implemented by JNI, delaunay triangulation algorithm
Stars: ✭ 271 (-40.57%)
Mutual labels:  jni
Fmj
FMJ (FFMpeg for Java)。通过Java调用FFMpeg命令的方式来对音视频进行处理(获取信息、截图等等)。
Stars: ✭ 379 (-16.89%)
Mutual labels:  jni
Android Api Securekeys
Store data in a simple and secure way
Stars: ✭ 372 (-18.42%)
Mutual labels:  jni
Jni.hpp
A modern, type-safe, header-only, C++14 wrapper for JNI
Stars: ✭ 313 (-31.36%)
Mutual labels:  jni

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].