alef 0.23.15

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
		if err := json.Unmarshal([]byte(C.GoString(jsonPtr)), &result); err != nil {
			return nil, fmt.Errorf("failed to decode {{ type_name }}: %w", err)
		}