Make JNI Bindings in Rust

This commit is contained in:
GuilhermeWerner 2021-05-09 17:03:08 -03:00
parent 151bdebf43
commit 7583e38f38
11 changed files with 67 additions and 134 deletions

2
.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[build]
target-dir = "Binaries"