rust-ascii
rust-ascii copied to clipboard
Miscellanous fixes to get the crate to compile (without warnings)
First commit fixes AsciiChar::is_digit (and its tests) to have the same behaviour as char::is_digit, namely restricting the radix to the range 2 ..= 36.
Second commit silences a handful of minor warnings.