python-betterproto/README.md
Daniel G. Taylor 6ed3b09f44 Initial commit
2019-10-05 08:47:14 -07:00

11 lines
239 B
Markdown

# TODO
- [ ] Fixed length fields
- [x] Zig-zag signed fields (sint32, sint64)
- [x] Don't encode zero values for nested types~
- [ ] Enums
- [ ] Maps
- [ ] Support passthrough of unknown fields
- [ ] JSON that isn't naive.
- [ ] Cleanup!