Registry / serialization / kelindar-binary

kelindar-binary

JSON →
library1.0.19gogounverified

A high-performance binary encoding library for Go structs.

go get github.com/kelindar/binary
INSTALL
IMPORT
SIG · KELINDAR-BINARY
K
kelindar-binary
serializationgov1.0.19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

binary
github.com/kelindar/binary

Marshal a struct to binary

package main import ( "fmt" "github.com/kelindar/binary" ) func main() { type Foo struct { Bar string } data, _ := binary.Marshal(Foo{Bar: "hello"}) fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.19latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kelindar-binary — go get kelindar-binary · libregistry