1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compress
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

Description:

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