18 lines
450 B
Markdown
18 lines
450 B
Markdown
# TODO
|
|
|
|
- [x] Fixed length fields
|
|
- [x] Packed fixed-length
|
|
- [x] Zig-zag signed fields (sint32, sint64)
|
|
- [x] Don't encode zero values for nested types
|
|
- [x] Enums
|
|
- [x] Repeated message fields
|
|
- [x] Maps
|
|
- [ ] Maps of message fields
|
|
- [ ] Support passthrough of unknown fields
|
|
- [ ] Refs to nested types
|
|
- [ ] Imports in proto files
|
|
- [ ] Well-known Google types
|
|
- [ ] JSON that isn't completely naive.
|
|
- [ ] Async service stubs
|
|
- [ ] Cleanup!
|