Versions in this module Expand all Collapse all v1 v1.0.0 Jul 7, 2021 Changes in this version + const ErrShort + const ErrUnadressable + const ErrUnsupported + var BigEndian = bytes + var LittleEndian = bytes + type ByteOrder interface + From func(src interface{}, dst []byte) (n int, err error) + FromF32 func(src []float32, dst []byte) (n int, err error) + FromF64 func(src []float64, dst []byte) (n int, err error) + FromI16 func(src []int16, dst []byte) (n int, err error) + FromI32 func(src []int32, dst []byte) (n int, err error) + FromI64 func(src []int64, dst []byte) (n int, err error) + FromI8 func(src []int8, dst []byte) (n int, err error) + FromU16 func(src []uint16, dst []byte) (n int, err error) + FromU32 func(src []uint32, dst []byte) (n int, err error) + FromU64 func(src []uint64, dst []byte) (n int, err error) + FromValue func(src reflect.Value, dst []byte) (n int, err error) + To func(src []byte, dst interface{}) (n int, err error) + ToF32 func(src []byte, dst []float32) (n int, err error) + ToF64 func(src []byte, dst []float64) (n int, err error) + ToI16 func(src []byte, dst []int16) (n int, err error) + ToI32 func(src []byte, dst []int32) (n int, err error) + ToI64 func(src []byte, dst []int64) (n int, err error) + ToI8 func(src []byte, dst []int8) (n int, err error) + ToU16 func(src []byte, dst []uint16) (n int, err error) + ToU32 func(src []byte, dst []uint32) (n int, err error) + ToU64 func(src []byte, dst []uint64) (n int, err error) + ToValue func(src []byte, dst reflect.Value) (n int, err error) Other modules containing this package github.com/yehan2002/fastbytes/v2