chore: reorg

This commit is contained in:
2020-10-17 11:50:12 +08:00
parent a034988643
commit bb6762ab81
55 changed files with 0 additions and 0 deletions

13
__ffi/jni/README.md Normal file
View File

@@ -0,0 +1,13 @@
> https://docs.rs/jni/0.13.0/jni/
>
> https://crates.io/crates/jni
Run:
```bash
cd samplejni; cargo build
cd -; javac HelloWorld.java
LD_LIBRARY_PATH=samplejni/target/debug/ java HelloWorld
```