alef 0.25.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
var (
{% for const_name, msg in sentinels %}
	// {{ const_name }} is returned when {{ msg }}.
	{{ const_name }} = errors.New("{{ msg }}")
{% endfor %}
)