https://github.com/kinneko-de/protobuf-go
Go related code for protocol buffers
https://github.com/kinneko-de/protobuf-go
go golang golang-library golang-package latex lua lualatex luatex project-restaurant protobuf protocol-buffers
Last synced: 2 months ago
JSON representation
Go related code for protocol buffers
- Host: GitHub
- URL: https://github.com/kinneko-de/protobuf-go
- Owner: KinNeko-De
- License: mit
- Created: 2023-06-11T09:56:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T21:46:22.000Z (over 1 year ago)
- Last Synced: 2025-07-23T19:05:19.958Z (3 months ago)
- Topics: go, golang, golang-library, golang-package, latex, lua, lualatex, luatex, project-restaurant, protobuf, protocol-buffers
- Language: Go
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go related code for protocol buffers
This repository contains Go implementation for [protocol buffers](https://protobuf.dev).The code design is based on [protocolbuffers/protobuf-go](https://github.com/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
[](https://github.com/KinNeko-De/protobuf-go/actions/workflows/ci.yml)
[](https://codecov.io/gh/KinNeko-De/protobuf-go)