| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| BUILD.bazel | D | 04-Jul-2025 | 3.7 KiB | 130 | 117 | |
| README.md | D | 04-Jul-2025 | 324 | 9 | 6 | |
| def.c | D | 04-Jul-2025 | 29.4 KiB | 941 | 687 | |
| lua_proto_library.bzl | D | 04-Jul-2025 | 6.1 KiB | 155 | 137 | |
| main.c | D | 04-Jul-2025 | 2.8 KiB | 84 | 47 | |
| msg.c | D | 04-Jul-2025 | 33.1 KiB | 1,117 | 669 | |
| test.proto | D | 04-Jul-2025 | 2 KiB | 70 | 60 | |
| test_upb.lua | D | 04-Jul-2025 | 26.4 KiB | 847 | 646 | |
| upb.c | D | 04-Jul-2025 | 9.9 KiB | 259 | 141 | |
| upb.h | D | 04-Jul-2025 | 5.2 KiB | 133 | 66 | |
| upb.lua | D | 04-Jul-2025 | 2.3 KiB | 59 | 25 | |
| upbc.cc | D | 04-Jul-2025 | 4.8 KiB | 135 | 94 |
README.md
1# upb Lua bindings 2 3These are some bare-bones upb bindings for Lua. 4 5These bindings exist primarily for experimentation and testing. 6They are incomplete and are not really intended for use in any application. 7This is by no means a complete or supported protobuf library, and in fact 8we don't even claim it to be functional. 9