Skip to main content

is_valid_b64_symbol

Function is_valid_b64_symbol 

Source
pub(crate) const fn is_valid_b64_symbol(byte: u8) -> bool
Expand description

Must be ascii printable. 127 (DEL) is commonly considered printable for some reason but clearly unsuitable for base64.