Module from_string

Source
Expand description

FromStringBase, a trait for converting strings in a specified base to numbers.

Functionsยง

digit_from_display_byte
Produces a digit from a byte corresponding to a numeric or alphabetic (lower- or uppercase) char that represents the digit.