Experimental generator for FFI+JNI bindings.
This package consists of the code generator package:jnigen
and a few examples.
See the README at the root of this repository for a technical introduction and usage reference.
See Architecture & Design Notes for details about architecture and inner workings of jnigen
.
Libraries
- jnigen
- This library exports a high level programmatic API to jnigen, the entry point of which is runJniGenTask function, which takes run configuration as a JniGenTask.
- jnigen_tools