dep-protobuf/lua
Tobias Werth 412b61745a Automated Code Change
PiperOrigin-RevId: 941551630
2026-07-02 01:48:16 -07:00
..
BUILD.bazel Internal change 2026-03-23 12:46:13 -07:00
def.c Add missing upb_XXXDef_FindXXXByNameWithSize functions and index methods by name 2026-03-04 07:06:24 -08:00
lua_proto_library.bzl Automated Code Change 2026-07-02 01:48:16 -07:00
main.c Remove our vendored copy of lunit 2025-03-27 16:47:58 -07: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 Remove our vendored copy of lunit 2025-03-27 16:47:58 -07:00
upb.c Remove Lua dependency from WORKSPACE.bzlmod and get it from BCR instead 2025-03-28 10:49:18 -07: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 Prepare to make many APIs [[nodiscard]]. 2025-12-15 07:53:39 -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.