Function quad_wasmnastics::storage::flate::unzip64[][src]

pub fn unzip64<T: AsRef<str>>(encoded: T) -> Result<Vec<u8>>
Expand description

Decode a base64 string, then un-gzip it back into the original bytes.

This expects URL_SAFE base64.