SkillAgentSearch skills...

Binary

General purpose binary encoder/decoder

Install / Use

/learn @alecthomas/Binary
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Compact binary encoding for Go

The Go standard library package encoding/binary provides encoding/decoding of fixed-size Go values or slices of same. This package extends support to arbitrary, variable-sized values by prefixing these values with their varint-encoded size, recursively. It expects the encoded type and decoded type to match exactly and makes no attempt to reconcile or check for any differences.

Related Skills

View on GitHub
GitHub Stars48
CategoryDevelopment
Updated1y ago
Forks14

Languages

Go

Security Score

75/100

Audited on Oct 16, 2024

No findings