pub fn base64_decode(s: &str) -> Option<Vec<u8>>Expand description
Decode a standard-alphabet base64 string. Returns None on
malformed input. Used for the opt-in raw-mode e: "b64" log
entries; small enough that pulling in the base64 crate isn’t
justified.