[][src]Crate jni_bindgen

Parse .jar s and .class es to generate Rust FFI bindings using JNI.

Modules

config

Configuration formats for invoking jni_bindgen

Structs

RunResult

The result of calling run. Ignored by the standalone tool, but possibly useful for more advanced wrappers around jni-bindgen such as jni-android-sys-gen.

Functions

run

The core function of this library: Generate Rust code to access Java APIs.