alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    let request: core_crate::{{ param_type }} = match serde_json::from_str(&req_str) {
        Ok(v) => v,
        Err(e) => { throw_jni_error(env, &format!("{e}")); return 0; }
    };