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 a0a99811be Removed bounds checking, for speed and simplicity. 16 years ago
LICENSE Add README and LICENSE. 16 years ago
Makefile Fully add tests (oops) and bugfixes. 16 years ago
README Add README and LICENSE. 16 years ago
dynarray.h Initial commit. 16 years ago
pbstream.c Removed bounds checking, for speed and simplicity. 16 years ago
pbstream.h Move submessage begin code to handler as well. 16 years ago
tests.c Removed bounds checking, for speed and simplicity. 16 years ago

README


pbstream: a stream-oriented implementation of protocol buffers.

- For API documentation, see the header file.
- To build type "make".

Author: Joshua Haberman <joshua@reverberate.org>
See LICENSE for copyright information.