Skip to content

KinNeko-De/protobuf-go

Repository files navigation

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