Parse a string of digits in a given range to bytes. Matches Rust digits_to_data function.
String of digits
Lowest valid digit
Highest valid digit
Array of digit values
Error if any digit is out of range
Parse a string of digits in a given range to bytes. Matches Rust digits_to_data function.