alef 0.21.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
{% for cname, free_handle in ffi_ptr_cleanups %}
            if (!{{ cname }}.equals(MemorySegment.NULL)) {
                {{ free_handle }}.invoke({{ cname }});
            }
{% endfor %}