v/vlib/compress
Alexander Medvednikov fb192d949b all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
..
zlib all: replace []byte with []u8 2022-04-15 15:35:35 +03: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.