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 b0ef7f0b67 More fixes, completions, still doesn't quite work. 16 years ago
LICENSE A flurry of activity. Doesn't compile yet. 16 years ago
Makefile More fixes, completions, still doesn't quite work. 16 years ago
README A flurry of activity. Doesn't compile yet. 16 years ago
descriptor.c More work to msg and parse. Getting close! 16 years ago
descriptor.h More fixes, completions, still doesn't quite work. 16 years ago
test_table.cc Fixed test_table and a few bugs in upb_table. 16 years ago
test_util.h Acknowledge authorship and fix warning in the eng() function. 16 years ago
tests.c More fixes, completions, still doesn't quite work. 16 years ago
upb.h More fixes, completions, still doesn't quite work. 16 years ago
upb_context.c More fixes, completions, still doesn't quite work. 16 years ago
upb_context.h More fixes, completions, still doesn't quite work. 16 years ago
upb_enum.h More work on upb_context. 16 years ago
upb_inlinedefs.c Add upb_inlinedefs.c, which emits definitions for inline functions. 16 years ago
upb_msg.c More fixes, completions, still doesn't quite work. 16 years ago
upb_msg.h More fixes, completions, still doesn't quite work. 16 years ago
upb_parse.c More fixes, completions, still doesn't quite work. 16 years ago
upb_parse.h More fixes, completions, still doesn't quite work. 16 years ago
upb_table.c More fixes, completions, still doesn't quite work. 16 years ago
upb_table.h Fixed test_table and a few bugs in upb_table. 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.