Skip to main content

base64_decode_multiline

Function base64_decode_multiline 

Source
pub(crate) fn base64_decode_multiline(s: &str) -> Result<Vec<u8>, Error>
Expand description

Helper: as base64::decode(), but allows newlines in the middle of the encoded object.