alef 0.78.0

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, &e.to_string()); return {{ ret_null }}; }
    };