alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
// New{{ go_name }} creates a {{ go_name }} with optional parameters.
func New{{ go_name }}(opts ...{{ go_name }}Option) *{{ go_name }} {
	c := &{{ go_name }} {