v/vlib/compress/README.md

5 lines
173 B
Markdown

## Description:
`compress` is a namespace for (multiple) compression algorithms supported by V.
At the moment, only `compress.zlib` and `compress.deflate` are implemented.