pub(crate) fn format_single_digit( output: &mut (impl Write + ?Sized), value: ru8<0, 9>, ) -> Result<usize>
formatting
Format a single digit.