alef 0.24.13

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