Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
 
 
 
 
 
 
Eric Salo 0c6b72dbf8 replace upb_Map_Delete() 2 years ago
..
BUILD.bazel move lua/ up to the top level directory where python/ lives 2 years ago
README.md move lua/ up to the top level directory where python/ lives 2 years ago
def.c move lua/ up to the top level directory where python/ lives 2 years ago
lua_proto_library.bzl move lua/ up to the top level directory where python/ lives 2 years ago
main.c move lua/ up to the top level directory where python/ lives 2 years ago
msg.c replace upb_Map_Delete() 2 years ago
test.proto move lua/ up to the top level directory where python/ lives 2 years ago
test_upb.lua move lua/ up to the top level directory where python/ lives 2 years ago
upb.c move lua/ up to the top level directory where python/ lives 2 years ago
upb.h move lua/ up to the top level directory where python/ lives 2 years ago
upb.lua move lua/ up to the top level directory where python/ lives 2 years ago
upbc.cc Internal changes 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.