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 f813688f3e Major revision to upb_parse. 16 years ago
LICENSE
Makefile Reworked low-level parsing: smaller, safer. 16 years ago
README
descriptor.c Fleshed out upb_context some. 16 years ago
descriptor.h Fleshed out upb_context some. 16 years ago
test_table.cc Fixed test_table and a few bugs in upb_table. 16 years ago
test_util.h
tests.c Major revision to upb_parse. 16 years ago
upb.h Major revision to upb_parse. 16 years ago
upb_context.c Ditch abbreviated field business. 16 years ago
upb_context.h Stubbed out a few more methods in _msg and _context. 16 years ago
upb_enum.h More work on upb_context. 16 years ago
upb_inlinedefs.c
upb_msg.c Ditch abbreviated field business. 16 years ago
upb_msg.h Ditch abbreviated field business. 16 years ago
upb_parse.c Major revision to upb_parse. 16 years ago
upb_parse.h Major revision to upb_parse. 16 years ago
upb_table.c Fixed test_table and a few bugs in upb_table. 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.