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

Expand description

The functions the crate uses to gzip and base64-encode data, in case they are helpful.

Functions

Unzip some binary back into the original bytes.

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

Gzip some binary data.

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