package
0.0.0-20240221031645-f9b973159f6e
Repository: https://github.com/logrange/range.git
Documentation: pkg.go.dev
# Functions
ByteArrayToString turns a slice of bytes to string, without extra memory allocations
NOTE! Using this function is extremely dangerous, so it can be done with extra care with clear understanding how it works.
Check receives a slice of bytes and checks whether it is formatted as Records slice or not.
ReadBufAsStringSlice receives a records buffer, iterates it over the buffer and returns the records as a slice of strings.
SrtingsIterator receives strings and return an iterator over them.
StringToByteArray gets a string and turn it to []byte without extra memoy allocations
NOTE! Using this function is extremely dangerous, so it can be done with extra care with clear understanding how it works.
# Constants
No description provided by the author