11 lines
239 B
Markdown
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!
|