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.
 
 
 
 
 
 
Sandy Zhang 81068e8e8c Internal change 1 year ago
..
BUILD.bazel Update lua test to use third_party/ instead of upb/third_party 1 year ago
README.md Move upb-x/ back to upb/ 1 year ago
def.c Merge the protobuf and upb Bazel repos 1 year ago
lua_proto_library.bzl Merge the protobuf and upb Bazel repos 1 year ago
main.c Update lua test to use third_party/ instead of upb/third_party 1 year ago
msg.c Merge the protobuf and upb Bazel repos 1 year ago
test.proto Move upb-x/ back to upb/ 1 year ago
test_upb.lua Internal change 1 year ago
upb.c Merge the protobuf and upb Bazel repos 1 year ago
upb.h Merge the protobuf and upb Bazel repos 1 year ago
upb.lua Move upb-x/ back to upb/ 1 year ago
upbc.cc Move upb-x/ back to upb/ 1 year ago

README.md

upb Lua bindings

These are some bare-bones upb bindings for Lua.

These bindings exist primarily for experimentation and testing. They are incomplete and are not really intended for use in any application. This is by no means a complete or supported protobuf library, and in fact we don't even claim it to be functional.