feat: add __compress/zstd-demo

This commit is contained in:
2023-02-26 22:39:56 +08:00
parent 651c96d658
commit 9ec922f965
4 changed files with 111 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "zstd-demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zstd = "0.12.3"