v/vlib/compress
2023-11-12 11:30:05 +02:00
..
deflate vlib/compress: correct comments in compress module (#18434) 2023-06-13 19:10:27 +03:00
gzip compress.gzip: change the endianness for validation to conform to the gzip file specification (fix #19839) (#19849) 2023-11-12 11:30:05 +02:00
zlib vlib/compress: correct comments in compress module (#18434) 2023-06-13 19:10:27 +03:00
compress.c.v compress,coroutines,encoding: handle C calls in .v files (part of enabling -W impure-v as default) (#19769) 2023-11-05 17:38:03 +02: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