alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
	aux.{{ go_field }} = make([]int, len(v.{{ go_field }}))
	for i, b := range v.{{ go_field }} {
		aux.{{ go_field }}[i] = int(b)
	}