Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joshua Haberman 7ccb32c305 Finished hashtable implementation, not yet tested. 16 years ago
LICENSE A flurry of activity. Doesn't compile yet. 16 years ago
Makefile Small Makefile tweak. 16 years ago
README A flurry of activity. Doesn't compile yet. 16 years ago
descriptor.c A flurry of activity. Doesn't compile yet. 16 years ago
descriptor.h Rethought upb_struct and new descriptor.h. 16 years ago
test_table.cc High-level parsing interface written (not yet tested). 16 years ago
test_util.h Acknowledge authorship and fix warning in the eng() function. 16 years ago
tests.c Fixed conversion warning in tests.c. 16 years ago
upb.h More work on inttable/strtable (not finished). 16 years ago
upb_parse.c Simplified the varint-skipping function. 16 years ago
upb_parse.h High-level parsing interface written (not yet tested). 16 years ago
upb_struct.c Implement inlining that works with both C99 and all versions of GCC. 16 years ago
upb_struct.h More work on inttable/strtable (not finished). 16 years ago
upb_table.c Finished hashtable implementation, not yet tested. 16 years ago
upb_table.h Finished hashtable implementation, not yet tested. 16 years ago

README


upb - a minimalist implementation of protocol buffers.

- For API documentation, see the header files.
- To build type "make".

Author: Joshua Haberman (joshua@reverberate.org, haberman@google.com)
See LICENSE for copyright information.