pub fn decode(src: &[u8]) -> Vec<u8>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where A: Allocator,
impl<A> Write for Vec<u8, A> where A: Allocator,
decode
Decode a base64 string into a byte vector.
use rscrypt::decode; decode(base64_string);