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.
 
 
 
 
 
 
Derek Mauro b5dcc38679 Automated Code Change 9 months ago
..
tests Automated rollback of commit 0ce457f6e7. 11 months ago
BUILD Breaking change: make protobuf comply with the C++ layering check 11 months ago
README.md Reorganize upb file structure 1 year ago
gen_accessors.cc upb: add a non-void typedef for upb_Message 11 months ago
gen_accessors.h update protos_generator to shortened license 1 year ago
gen_enums.cc update protos_generator to shortened license 1 year ago
gen_enums.h update protos_generator to shortened license 1 year ago
gen_extensions.cc update protos_generator to shortened license 1 year ago
gen_extensions.h update protos_generator to shortened license 1 year ago
gen_messages.cc Automated Code Change 9 months ago
gen_messages.h update protos_generator to shortened license 1 year ago
gen_repeated_fields.cc update protos_generator to shortened license 1 year ago
gen_repeated_fields.h update protos_generator to shortened license 1 year ago
gen_utils.cc update protos_generator to shortened license 1 year ago
gen_utils.h update protos_generator to shortened license 1 year ago
names.cc update protos_generator to shortened license 1 year ago
names.h update protos_generator to shortened license 1 year ago
output.cc update protos_generator to shortened license 1 year ago
output.h update protos_generator to shortened license 1 year ago
protoc-gen-upb-protos.cc Internal change 9 months ago

README.md

protos Generator

This directory contains the generator for the protos API, an experimental C++ protobuf implementation. Most users should use the standard C++ implementation here.