alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
// {{ doc }} is the default no-op implementation.
func (BaseVisitor) {{ method_name }}({{ params }}) {{ return_type }} {
{% for blank_id in blank_ids %}
	_ = {{ blank_id }}
{% endfor %}
	return {{ default_result_fn }}()
}