alef 0.25.39

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
    const {{ name }}_handle = c.{{ prefix }}_{{ snake }}_from_json({{ name }}_z);
    if ({{ name }}_handle == null) {{ json_error_return }}
    defer c.{{ prefix }}_{{ snake }}_free({{ name }}_handle);