| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| BUILD.bazel | D | 22-Oct-2025 | 2.4 KiB | 116 | 103 | |
| README.md | D | 22-Oct-2025 | 324 | 9 | 6 | |
| def.c | D | 22-Oct-2025 | 28.2 KiB | 921 | 687 | |
| lua_proto_library.bzl | D | 22-Oct-2025 | 4.7 KiB | 132 | 113 | |
| main.c | D | 22-Oct-2025 | 1.8 KiB | 74 | 54 | |
| msg.c | D | 22-Oct-2025 | 31.8 KiB | 1,096 | 669 | |
| test.proto | D | 22-Oct-2025 | 2.3 KiB | 76 | 66 | |
| test_upb.lua | D | 22-Oct-2025 | 25.3 KiB | 830 | 647 | |
| upb.c | D | 22-Oct-2025 | 8.6 KiB | 239 | 141 | |
| upb.h | D | 22-Oct-2025 | 3.9 KiB | 113 | 66 | |
| upb.lua | D | 22-Oct-2025 | 1.1 KiB | 41 | 25 | |
| upbc.cc | D | 22-Oct-2025 | 3.5 KiB | 117 | 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