Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.38 KB
Protobuf icon Heart Lua icon Heart Latex icon

Go related code for protocol buffers

This repository contains Go implementation for protocol buffers.

The code design is based on protocolbuffers/protobuf-go.

Packages

  • [encoding/protolua]:
    Package protolua converts protobuf messages to lua data types mostly using tables.
    One way conversion is only supported for now.
    Limited support of protobuf types because for it is only in usage in context of LuaTex.

Status

protobuf-go-ci codecov