alef 0.23.39

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    let req_str = match jstring_to_string(env, request_json) {
        Ok(s) => s,
        Err(e) => { throw_jni_error(env, &format!("{{ error_prefix }}{e}")); return {{ ret_null }}; }
    };