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 d8c93dc1a2 Make the compiler correctly define the top-level extern symbol. 16 years ago
benchmark Updates to benchmark. 16 years ago
descriptor Move upb_array into its own header, upb_context parses fds instead of fd. 16 years ago
src Compiler finally works (except string arrays). Untested. Holy crap that was a lot of work. 16 years ago
tests Update test_table to new table API. 16 years ago
tools Make the compiler correctly define the top-level extern symbol. 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.