alef 0.82.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    internal {{ class_name }}SafeHandle(ulong handle) : base(IntPtr.Zero, true)
    {
        SetHandle({{ class_name }}SafeHandle.Pack(handle));
    }