v/vlib/compress
ChAoS_UnItY 4288c40bee
compress: Add gzip module & refactor compress & compress.zlib module (#14599)
2022-06-05 11:12:12 +02:00
..
gzip
zlib
README.md
compress.v

README.md

Description:

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