Add support for protobuf map fields
Update the generator to detect map fields and use MapFieldIterator. Implement MapFieldIterator in the runtime to handle key-value pair extraction and add write_map_entry to ProtoBuilder. Add tests to verify that map-bearing messages generate and compile correctly.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/target
|
||||
test_gen_project
|
||||
test_types_gen_project
|
||||
test_map_gen_project
|
||||
|
||||
Reference in New Issue
Block a user