protobuf/protos
Eric Salo 9118be944d upb: extension/basefield setters are now public functions
PiperOrigin-RevId: 623355801
2024-04-09 20:18:28 -07:00
..
bazel Internal change 2024-03-27 05:50:55 -07:00
BUILD Move private definitions out of //bazel 2024-04-03 01:37:51 -07:00
README.md Reorganize upb file structure 2023-09-26 14:38:35 -07:00
protos.cc upb: extension/basefield setters are now public functions 2024-04-09 20:18:28 -07:00
protos.h Internal change 2024-03-19 10:39:48 -07:00
protos_extension_lock.cc Update remainder of upb to new short license style. 2023-11-20 13:43:32 -08:00
protos_extension_lock.h Update remainder of upb to new short license style. 2023-11-20 13:43:32 -08:00
protos_extension_lock_test.cc Update remainder of upb to new short license style. 2023-11-20 13:43:32 -08:00
protos_internal.h Update remainder of upb to new short license style. 2023-11-20 13:43:32 -08:00
protos_internal_test.cc upb: add a non-void typedef for upb_Message 2023-12-21 08:12:16 -08:00
protos_traits.h Update remainder of upb to new short license style. 2023-11-20 13:43:32 -08:00
repeated_field.h Fix begin iterator for empty arrays. 2024-01-02 15:03:10 -08:00
repeated_field_iterator.h upb: clean up and consolidate the upb/message/ build targets 2023-12-29 17:31:55 -08:00
repeated_field_iterator_test.cc Update remainder of upb to new short license style. 2023-11-20 13:43:32 -08:00

README.md

protos C++ API

protos is a C++ protobuf implementation backed by μpb, introduced in 2022. The API is currently experimental and may undergo incompatible changes without notice. The supported C++ implementation is here.