alef 0.48.14

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
serde_json::from_str::<{{ ret_ty }}>(&json).unwrap_or_else(|e| {
    tracing::warn!(wrapper = "{{ wrapper }}", method = "{{ method_name }}", error = %e, "host returned an unparseable value; returning default");
    Default::default()
})