alef 0.19.12

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    if vtable.{{ method_name }}.is_none() {
        ffi_set_out_error(out_error, "vtable.{{ method_name }} must not be null");
        return 1;
    }