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 ec2da8e59d More documentation and fixed check_wire_type. 16 years ago
LICENSE
Makefile More documentation, tidying up, etc. 16 years ago
README
descriptor.c
descriptor.h
test_table.cc More documentation, tidying up, etc. 16 years ago
test_util.h
tests.c
upb.h Lots of documentation, cleanup, and fixed memory leaks. 16 years ago
upb_context.c More documentation, tidying up, etc. 16 years ago
upb_context.h Lots of documentation, cleanup, and fixed memory leaks. 16 years ago
upb_enum.c
upb_enum.h
upb_inlinedefs.c
upb_msg.c More documentation, tidying up, etc. 16 years ago
upb_msg.h Lots of documentation, cleanup, and fixed memory leaks. 16 years ago
upb_parse.c Added a little note for upb_parse. 16 years ago
upb_parse.h More documentation and fixed check_wire_type. 16 years ago
upb_string.c More documentation, tidying up, etc. 16 years ago
upb_string.h More documentation, tidying up, etc. 16 years ago
upb_table.c More documentation, tidying up, etc. 16 years ago
upb_table.h More documentation, tidying up, etc. 16 years ago
upbc.c Lots of documentation, cleanup, and fixed memory leaks. 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.