//
pkg.gl
Category
github.com/zhiyunliu/golibs
bytesconv
package
0.2.6
Repository:
https://github.com/zhiyunliu/golibs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
26
Files
14 SLOC
#
Functions
BytesToString
BytesToString converts byte slice to string without a memory allocation.
StringToBytes
StringToBytes converts string to byte slice without a memory allocation.