alef 0.25.39

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
{{ indent }}const {{ name }}_z = try std.heap.c_allocator.dupeZ(u8, {{ name }});
{{ indent }}defer std.heap.c_allocator.free({{ name }}_z);