alef 0.24.13

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