alef 0.78.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    const _handle = {{ c_call }};
    if (_handle == 0) return error.UnknownFfiError;
    return .{ ._handle = _handle };
}