Module quad_wasmnastics::storage::flate[][src]

Functions

unzip

Unzip some binary back into the original bytes.

unzip64

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

zip

Gzip some binary data.

zip64

Gzip some binary data, then return it as a base64 string.