dep-protobuf/lua
Tiago Quelhas 774627235e Automated Code Change
PiperOrigin-RevId: 617586334
2024-03-20 12:09:39 -07:00
..
BUILD.bazel Breaking change: make protobuf comply with the C++ layering check 2024-01-03 15:20:05 -08:00
def.c Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
lua_proto_library.bzl Automated Code Change 2024-03-20 12:09:39 -07:00
main.c Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
msg.c Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
README.md Reorganize upb file structure 2023-09-26 14:38:35 -07:00
test.proto Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
test_upb.lua Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
upb.c Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
upb.h Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
upb.lua Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
upbc.cc Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00

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.