Versions in this module Expand all Collapse all v0 v0.0.1 Oct 27, 2024 Changes in this version + func DecodeSigned(buf Reader) (int64, uint32) + func DecodeUnsigned(buf Reader) (uint64, uint32) + func EncodeSigned(out io.ByteWriter, x int64) + func EncodeUnsigned(out io.ByteWriter, x uint64) + type Reader interface + Len func() int