Module rscache::codec[][src]

Expand description

Compression and decompression of cache buffers.

Structs

Decodes a cache buffer with some additional data.

Enums

Functions

Decodes the buffer.

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