Versions in this module Expand all Collapse all v0 v0.0.2 Mar 17, 2022 Changes in this version + func Hexdump(content []byte) string + func Isprint(x byte) bool v0.0.1 Mar 17, 2022 Changes in this version + func ZlibCompress(src []byte) ([]byte, error) + func ZlibUncompress(compressSrc []byte) ([]byte, error)