alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
// Unmarshal{{ go_enum_name }} decodes JSON data into the appropriate concrete {{ go_enum_name }} variant.
func Unmarshal{{ go_enum_name }}(data []byte) ({{ go_enum_name }}, error) {