[][src]Function uuencode::uudecode

pub fn uudecode(encoded: &str) -> Option<(Vec<u8>, String)>

Decodes a uuencoded string into bytes, and returns those bytes and the file's name