v/vlib/compress/zstd
2025-07-19 11:51:01 +03:00
..
samples vlib: add a compress.zstd module (#20616) 2024-01-23 13:41:01 +02:00
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 docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928) 2025-07-19 11:51:01 +03:00
zstd_d_musl.c.v thirdparty.zstd: upgrade to v1.5.7 release, add the local changes to a reusable .patch file (#24611) 2025-05-31 08:06:36 +03:00
zstd_test.v zstd: make the api more V like 2025-03-22 16:11:32 +03:00

Description

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