https://github.com/zergon321/kosuzu
A library for serializing Go structs into network packets.
https://github.com/zergon321/kosuzu
Last synced: 25 days ago
JSON representation
A library for serializing Go structs into network packets.
- Host: GitHub
- URL: https://github.com/zergon321/kosuzu
- Owner: zergon321
- Created: 2021-09-25T13:16:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T20:54:00.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T08:29:50.856Z (over 1 year ago)
- Language: Go
- Size: 3.05 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kosuzu [](https://pkg.go.dev/github.com/zergon321/kosuzu)
A library to serialize **Golang** structs into byte sequences known as network packets so they can be conveniently sent through the network.
**ATTENTION**: not ready yet! Should not be used.