v/vlib/compress
Alexander Medvednikov f293874c05
all: replace []byte with []u8
2022-04-17 12:14:28 +02:00
..
zlib all: replace []byte with []u8 2022-04-17 12:14:28 +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.