Function b64check

Source
fn b64check(s: &str) -> Result<()>
Expand description

Check that all the characters in s are valid base64.

This is not a perfect check for base64ness – it is mainly meant to help us recover after unterminated base64.