v/vlib/compress
Daniel Däschle 54bbc00493
fmt: remove space in front of ? and ! (#14366)
2022-05-13 10:10:39 +02:00
..
zlib fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00

README.md

Description:

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