tree: b2e52eb57be002abc3e814270bb72b852975c872 [path history] [tgz]
  1. BUILD
  2. compare.c
  3. compare.h
  4. compare_test.cc
  5. def_to_proto.c
  6. def_to_proto.h
  7. def_to_proto_fuzz_test.cc
  8. def_to_proto_public_import_test.proto
  9. def_to_proto_regular_import_test.proto
  10. def_to_proto_test.cc
  11. def_to_proto_test.h
  12. def_to_proto_test.proto
  13. def_to_proto_weak_import_test.proto
  14. def_to_proto_wweak_import_test.proto
  15. README.md
  16. required_fields.c
  17. required_fields.h
  18. required_fields_test.cc
  19. required_fields_test.proto
upb/util/README.md

upb util library

The libraries in this directory contain useful functionality that is layered on top of the main upb APIs. In other words, the APIs in this directory have no special access to upb internals; you could easily implement the same things yourself.