Versions in this module Expand all Collapse all v1 v1.10.2 Nov 27, 2024 Changes in this version + var BoolFalse = CRC("boolFalse = Bool") + var BoolTrue = CRC("boolTrue = Bool") + var Logger = func(a ...any) + func CRC(schema string) uint32 + func FromBytes(data []byte) (loaded []byte, buffer []byte, err error) + func Hash(key any) ([]byte, error) + func Parse(v Serializable, data []byte, boxed bool, names ...string) (_ []byte, err error) + func Register(typ any, tl string) uint32 + func Serialize(v Serializable, boxed bool) ([]byte, error) + func ToBytes(buf []byte) []byte + type Raw []byte + type Serializable interface + type TL interface + Parse func(data []byte) ([]byte, error) + Serialize func() ([]byte, error)