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.
 
 
 
 
 
 
Joshua Haberman c56fe27f88 Fix mistake in previous rename: upb_MessageDef_FindFieldByNameWithSize. 3 years ago
..
BUILD Moved tests into the main source tree. 3 years ago
README.md Added a README.md for the Lua bindings, and a comment for the failure list. 3 years ago
def.c Fix mistake in previous rename: upb_MessageDef_FindFieldByNameWithSize. 3 years ago
lua_proto_library.bzl Build tools in the exec configuration 3 years ago
main.c Moved tests into the main source tree. 3 years ago
msg.c Fix mistake in previous rename: upb_MessageDef_FindFieldByNameWithSize. 3 years ago
test.proto Moved tests into the main source tree. 3 years ago
test_upb.lua Moved tests into the main source tree. 3 years ago
upb.c Mass API rename and clang-reformat (#485) 3 years ago
upb.h Mass API rename and clang-reformat (#485) 3 years ago
upb.lua Update all 2011 dates to 2021. 4 years ago
upbc.cc Mass API rename and clang-reformat (#485) 3 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.