An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Kosuzu [![GoDoc](https://godoc.org/github.com/zergon321/kosuzu?status.svg)](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.