alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
	var {{ c_name }} {{ cgo_ty }} = {{ cgo_ty }}({{ sentinel }})
	if {{ go_param }} != nil {
		{{ c_name }} = {{ cgo_ty }}({{ go_ty }}(*{{ go_param }}))
	}