389 B
389 B
TODO
- Fixed length fields
- Packed fixed-length
- Zig-zag signed fields (sint32, sint64)
- Don't encode zero values for nested types
- Enums
- Maps
- 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!