v/vlib/compress/README.md

5 lines
149 B
Markdown
Raw Normal View History

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