Searched defs:byte_to_ascii_hex_lower (Results 1 – 2 of 2) sorted by relevance
11 pub(crate) const fn byte_to_ascii_hex_lower(byte: u8) -> (u8, u8) { in byte_to_ascii_hex_lower() function