Initial commit

This commit is contained in:
Daniel G. Taylor
2019-10-05 08:36:23 -07:00
commit 6ed3b09f44
26 changed files with 1026 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# 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!