The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
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.
 
 
 
 
 
 
Jan Tattermusch 0f1afec5a8
[protobuf] Upgrade third_party/protobuf to 22.x (#32606)
2 years ago
..
BUILD.bazel [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
README.md [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
def.c [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
lua_proto_library.bzl [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
main.c [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
msg.c [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
test.proto [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
test_upb.lua [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
upb.c [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
upb.h [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
upb.lua [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
upbc.cc [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years 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.