pub fn tokenize_bytes(bytes: &[u8]) -> Result<Tokens<'_>, TokenizationError>
Like tokenize_str but for bytes