go-peer/pkg/encoding/doc.go
2023-11-08 03:31:35 +07:00

8 lines
241 B
Go

// Package encoding provides functions for working with conversions of numbers, structures, strings and bytes.
//
// Package functions:
// 1. HexEncode/HexDecode
// 2. Uint64ToBytes/BytesToUint64
// 3. Serialize/Deserialize
package encoding