alef 0.25.2

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
    /// <summary>
    /// Create a new {{ service_name }}.
    /// </summary>
    public {{ class_name }}({{ params_decl }}) {
        _handle = NativeMethods.{{ native_new }}();
    }