Skip to main content

from_base64

Function from_base64 

Source
pub fn from_base64(s: &str) -> Option<Vec<u8>>
Expand description

Decode standard base64 (with or without padding) to bytes. Returns None on invalid input.