protobuf/protos_generator
Protobuf Team Bot 21d75f861c Remove references to rules_proto
They are not needed after the rules are move into protobuf repo.
Except for the reference to toolchain type, which is currently in rules_proto and can be moved after the implementation is moved into protobuf repo.

PiperOrigin-RevId: 622176865
2024-04-05 07:50:25 -07:00
..
tests Remove references to rules_proto 2024-04-05 07:50:25 -07:00
BUILD Move private definitions out of //bazel 2024-04-03 01:37:51 -07:00
README.md
gen_accessors.cc upb: add a non-void typedef for upb_Message 2023-12-21 08:12:16 -08:00
gen_accessors.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_enums.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_enums.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_extensions.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_extensions.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_messages.cc Automated Code Change 2024-03-11 07:36:28 -07:00
gen_messages.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_repeated_fields.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_repeated_fields.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_utils.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_utils.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
names.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
names.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
output.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
output.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
protoc-gen-upb-protos.cc Internal change 2024-03-04 12:44:42 -08:00

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.