Versions in this module Expand all Collapse all v0 v0.1.0 Nov 28, 2025 Changes in this version + func Bytes2Float32(b []byte) float32 + func Bytes2Float64(b []byte) float64 + func Bytes2Int(b []byte) int + func Bytes2Int32(b []byte) int32 + func Bytes2Int64(b []byte) int64 + func Bytes2String(b []byte) string + func Bytes2Uint(b []byte) uint + func Bytes2Uint32(b []byte) uint32 + func Bytes2Uint64(b []byte) uint64 + func BytesToValueFields(in [][]byte) []valueField + func ParseHEXStrToUint64(p []byte) uint64 + func ParseIP(p []byte) netip.Addr + func ParseMAC(p []byte) net.HardwareAddr + func ParseMask(p []byte) netip.Prefix + func SplitPosRow(p []byte) posRow + func SplitPosRowBy(p []byte, sep []byte) posRow + func SplitPosRows(p []byte) posRows