alef 0.20.2

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
// DO NOT EDIT — generated by alef
// This file bridges managed C# trait implementations to the native FFI layer
#nullable enable

using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text.Json;

namespace {{ namespace }};