mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
This covers two types of failures: * Methods that are logically const and failure to consume the result indicates a bug (an unnecessary call, etc.) * Methods that return significant errors (failure to parse, etc.) that should not be unintentionally ignored. PiperOrigin-RevId: 842042770 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| def.c | ||
| lua_proto_library.bzl | ||
| main.c | ||
| msg.c | ||
| README.md | ||
| test.proto | ||
| test_upb.lua | ||
| upb.c | ||
| upb.h | ||
| upb.lua | ||
| upbc.cc | ||
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.