Module rscache::codec[][src]

Expand description

Compression and decompression of cache buffers.

Enums

Compression

Functions

decode

Decodes the buffer.

encode

Encodes a buffer, with the selected Compression format. Revision is an optional argument that encodes the version of this buffer into it, if no revision should be encoded pass None.