Forked from squishyhuman/c-protobuf Protobuf for c-ipfs implementation
 
 
Go to file
jmjatlanta 2d926dbd21 added encode / decode for length delimited fields 2016-12-12 06:26:00 -05:00
test Fixed protobuf bugs and added 3rd example of a complex object 2016-12-09 14:13:59 -05:00
.cproject Implementation of a simple Protobuf in C. 2016-12-08 16:33:27 -05:00
.gitignore Implementation of a simple Protobuf in C. 2016-12-08 16:33:27 -05:00
.project Implementation of a simple Protobuf in C. 2016-12-08 16:33:27 -05:00
LICENSE Create LICENSE 2016-12-08 22:21:47 +01:00
Makefile Moved tests to seperate directory 2016-12-08 16:42:08 -05:00
README.md Update README.md 2016-12-08 22:24:27 +01:00
protobuf.c added encode / decode for length delimited fields 2016-12-12 06:26:00 -05:00
protobuf.h added encode / decode for length delimited fields 2016-12-12 06:26:00 -05:00
varint.c Fixed protobuf bugs and added 3rd example of a complex object 2016-12-09 14:13:59 -05:00
varint.h Implementation of a simple Protobuf in C. 2016-12-08 16:33:27 -05:00

README.md

c-protobuf

Protobuf for c-ipfs implementation