alef 0.21.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    static final MethodHandle {{ handle_name }} = LINKER.downcallHandle(
        LIB.find("{{ ffi_name }}").orElseThrow(),
        {{ layout }}
    );