alef 0.48.15

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
    let {{ param_name }}: {{ param_type }} = serde_json::from_str(&{{ param_name }})
        .map_err(|e| napi::Error::new(napi::Status::GenericFailure, e.to_string()))?;