Convert bytes to a string of integers in a given range. Matches Rust data_to_ints function.
Input bytes
Lowest output value (0-254)
Highest output value (1-255), low < high
String to separate values
String of integers
Error if range is invalid
Convert bytes to a string of integers in a given range. Matches Rust data_to_ints function.