alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
            try {
                string __result_str = ({{ serialize_expr }}) ?? string.Empty;
                outResult = global::System.Runtime.InteropServices.Marshal.StringToCoTaskMemUTF8(__result_str);
            } catch {
                outResult = IntPtr.Zero;
                throw;
            }