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
dd2094537a
|
16 years ago | |
---|---|---|
LICENSE | 16 years ago | |
Makefile | 16 years ago | |
README | 16 years ago | |
descriptor.c | 16 years ago | |
descriptor.h | 16 years ago | |
test_table.cc | 16 years ago | |
test_util.h | 16 years ago | |
tests.c | 16 years ago | |
upb.h | 16 years ago | |
upb_context.c | 16 years ago | |
upb_context.h | 16 years ago | |
upb_enum.c | 16 years ago | |
upb_enum.h | 16 years ago | |
upb_inlinedefs.c | 16 years ago | |
upb_msg.c | 16 years ago | |
upb_msg.h | 16 years ago | |
upb_parse.c | 16 years ago | |
upb_parse.h | 16 years ago | |
upb_string.h | 16 years ago | |
upb_table.c | 16 years ago | |
upb_table.h | 16 years ago | |
upbc.c | 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.