alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    let {{ name }}: {{ type_path }} = match req_map.get("{{ name }}").and_then(|v| serde_json::from_value(v.clone()).ok()) {
        Some(v) => v,
        None => { throw_jni_error(env, "missing param: {{ name }}"); return {{ ret_null }}; }
    };