Versions in this module Expand all Collapse all v0 v0.5.1 Jul 1, 2026 v0.4.1 Jun 23, 2026 Changes in this version + func AppendBytes(b []byte, payload []byte) []byte + func AppendUint64(b []byte, v uint64) []byte + func ReadBytes(data []byte, offset *int, field string) ([]byte, error) + func ReadUint64(data []byte, offset *int, field string) (uint64, error)