Add basic support for maps

This commit is contained in:
Daniel G. Taylor
2019-10-10 22:20:27 -07:00
parent ad7162a3ec
commit e0d1611797
7 changed files with 116 additions and 36 deletions

View File

@@ -6,7 +6,8 @@
- [x] Don't encode zero values for nested types
- [x] Enums
- [x] Repeated message fields
- [ ] Maps
- [x] Maps
- [ ] Maps of message fields
- [ ] Support passthrough of unknown fields
- [ ] Refs to nested types
- [ ] Imports in proto files