alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
    /// <summary>
    /// {{ method_name }}.
    /// </summary>
    public {{ return_type }} {{ method_name }}({{ params_decl }}) {
        return NativeMethods.{{ native_method }}(
            _handle{{ arg_lines }}
        );
    }