alef 0.60.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
const {{ variable }}_file_{{ index }} = try std.Io.Dir.cwd().readFileAlloc(std.testing.io, "{{ path }}", allocator, .unlimited);
defer allocator.free({{ variable }}_file_{{ index }});