alef 0.64.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
                if (!{{ options_ptr }}.equals(MemorySegment.NULL)) {
                    NativeLib.{{ pu }}_{{ options_type_handle }}_FREE.invoke({{ options_ptr }});
                    nativeResources.transfer({{ options_ptr }});
                    {{ options_ptr }} = MemorySegment.NULL;
                }