Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 205 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 205 Bytes

toy-jni

Rust JNI bindings to play with

Setup

brew install protobuf
protoc protobuf/toy_jni.proto --java_out=./java/src/main/java

Run

cd rust
cargo build
cd ../java
./gradlew test