Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesSliceToStrings ¶
BytesSliceToStrings converts multiple byte slices to strings without allocation. Useful for parameter parsing and header processing.
func BytesToString ¶
BytesToString converts byte slice to string without a memory allocation. This is safe as long as the byte slice is not modified after the conversion. WARNING: The original byte slice should not be modified after conversion.
func StringToBytes ¶
StringToBytes converts string to byte slice without a memory allocation. This is safe for read-only operations on the byte slice. WARNING: The returned byte slice should not be modified.
func StringsToBytes ¶
StringsToBytes converts multiple strings to byte slices without allocation. Useful for batch operations like header processing.
Types ¶
This section is empty.