zig-protobuf
zig-protobuf copied to clipboard
Make Map fields a HashMap instead of a list of entries
The current implementation of Map fields is closer to the encoding of PB than what it's actual functionality should provide.
HashMaps in the the standard library should be sufficient for our needs.