alef 0.80.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
// Sealed interface -- use one of {{ variant_names }}.
type {{ go_enum_name }} interface {
	is{{ go_enum_name }}()
	Type() string
}