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 f4c00fc979 More work on the table implementation. 16 years ago
LICENSE A flurry of activity. Doesn't compile yet. 16 years ago
Makefile More work on the table implementation. 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 More work on the table implementation. 16 years ago
test_util.h More work on the table implementation. 16 years ago
tests.c Enabled more warnings, fixed the warnings. 16 years ago
upb.h More work on the table implementation. 16 years ago
upb_parse.c A bunch more work, a fast table for field lookup. 16 years ago
upb_parse.h A bunch more work, a fast table for field lookup. 16 years ago
upb_struct.c A bunch more work, a fast table for field lookup. 16 years ago
upb_struct.h A bunch more work, a fast table for field lookup. 16 years ago
upb_table.c More work on the table implementation. 16 years ago
upb_table.h More work on the table implementation. 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.