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 85f6cecb80 Added calculation of sizes for serialization (untested). 16 years ago
benchmark Add proto2 dynamic message to benchmark. 16 years ago
descriptor New descriptor.c and descriptor.h (generated by upbc!) 16 years ago
src Added calculation of sizes for serialization (untested). 16 years ago
tests Move parsing functions to header file in anticipation of code generation (want them inlined). 16 years ago
tools upb is fully self-hosting (except for text->descriptor)! 16 years ago
LICENSE A flurry of activity. Doesn't compile yet. 16 years ago
Makefile Fix tests and the build (though a few tests are failing). 16 years ago
README A flurry of activity. Doesn't compile yet. 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.