Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brundhasv/GoC-Protobuf
Go functions integrated with C
https://github.com/brundhasv/GoC-Protobuf
c go json protobuf3
Last synced: 2 months ago
JSON representation
Go functions integrated with C
- Host: GitHub
- URL: https://github.com/brundhasv/GoC-Protobuf
- Owner: brundhasv
- Created: 2019-10-23T08:43:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T04:28:47.000Z (about 5 years ago)
- Last Synced: 2024-05-23T04:54:48.366Z (6 months ago)
- Topics: c, go, json, protobuf3
- Language: Go
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - GoC-Protobuf
README
# GoC Protobuf Encoding/Decoding
Go functions for Protobuf Encoding/decoding integrated with C# Usage:
protoc --go_out=. Student.protogo build -o student.so -buildmode=c-shared Student.pb.go student_en_dc.go
gcc -o student student_cgo.c ./student.so
# Go program can also be run in standalone mode:
go run student_en_dc.go Student.pb.go# Explanation of Code here:
https://dev.to/brundhasv/go-protobuf-encoding-decoding-integrated-with-c-3ig0