feat: robusta_jni

This commit is contained in:
2021-04-10 00:12:55 +08:00
parent 8b2c84b8bc
commit f8c96be6a9
7 changed files with 571 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
_:
@just --list
build:
cargo build
java_run: build
javac com/example/robusta/HelloWorld.java && RUST_BACKTRACE=full java -Djava.library.path=../target/debug com.example.robusta.HelloWorld