Versions in this module Expand all Collapse all v0 v0.5.21 Apr 30, 2026 v0.5.20 Apr 30, 2026 Changes in this version + func FromBytes(id int, positionX, positionY, width, height int, length int, data []byte) []byte + func FromBytesSigned(id uint32, positionX, positionY, width, height uint16, length uint32, ...) []byte + func FromRGBA(id uint32, positionX, positionY uint16, img *image.RGBA) []byte + func MapToStruct(in any, out any) error + func Uint16ToBytesBE(value uint16) []byte + func Uint32ToBytesBE(value uint32) []byte + func WaitingWithContext(ctx context.Context, fn func() error) error v0.3.0 Apr 1, 2026 Changes in this version + func Exists(path string) bool