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 b04a376636 Alternative (optimized) implementations of varint parsing. 16 years ago
LICENSE
Makefile Bring 'tests' back up to date and build it again. 16 years ago
README
descriptor.c
descriptor.h
test_table.cc More work on the table implementation. 16 years ago
test_util.h Acknowledge authorship and fix warning in the eng() function. 16 years ago
tests.c Increased robustness of 64-bit varint test. 16 years ago
upb.h Implement inlining that works with both C99 and all versions of GCC. 16 years ago
upb_parse.c Alternative (optimized) implementations of varint parsing. 16 years ago
upb_parse.h Implement inlining that works with both C99 and all versions of GCC. 16 years ago
upb_struct.c Implement inlining that works with both C99 and all versions of GCC. 16 years ago
upb_struct.h Implement inlining that works with both C99 and all versions of GCC. 16 years ago
upb_table.c More work on the table implementation. 16 years ago
upb_table.h Implement inlining that works with both C99 and all versions of GCC. 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.