v/vlib/compress/zstd
2024-12-04 11:52:07 +02:00
..
samples
read_zstd_files_test.v doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
zstd.c.v checker: check fn call argument mismatch (fix #23016) (#23061) 2024-12-04 11:52:07 +02:00
zstd_test.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00

Description

compress.zstd is a module that assists in the compression and decompression of binary data using zstd compression.