All Projects → alecthomas → binary

alecthomas / binary

Licence: MIT license
General purpose binary encoder/decoder

Programming Languages

go
31211 projects - #10 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].