Struct oo_bindgen::backend::java::JniBindgenConfig
source · pub struct JniBindgenConfig<'a> {
pub group_id: &'a str,
pub ffi_name: &'a str,
}
Expand description
Configuration for JNI (Rust) generation
Fields§
§group_id: &'a str
Maven group id (e.g. io.stepfunc)
ffi_name: &'a str
Name of the FFI target