alef 0.79.4

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    const _handle = c.{{ prefix }}_{{ type_snake }}_new({{ c_args }});
    if (_handle == 0) return error.UnknownFfiError;
    return .{ ._handle = _handle };
}