1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compress
2022-10-20 22:14:33 +03:00
..
deflate all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
gzip all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
zlib all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
compress.v all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
README.md compress: add a new module compress.gzip too (#14686) 2022-06-05 18:53:45 +03:00

Description:

compress is a namespace for (multiple) compression algorithms supported by V.

At the moment, the following compression algorithms are implemented:

  • compress.deflate
  • compress.gzip
  • compress.zlib