alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
    const {{ c_name }} = try allocator.dupeZ(u8, {{ param_name }});
    defer allocator.free({{ c_name }});