diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-02-01 15:12:23 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-02-02 14:31:02 -0500 |
commit | 06fe589a0f65c05324431b1e4fb541f926ec2a6f (patch) | |
tree | 8ef7bfadbb41f9af1bac12b6a2605592c6d02a4b /vendor/github.com/klauspost/compress/huff0/README.md | |
parent | 978c005869eeca40959e6d6d4a52c5ba9059f827 (diff) | |
download | podman-06fe589a0f65c05324431b1e4fb541f926ec2a6f.tar.gz podman-06fe589a0f65c05324431b1e4fb541f926ec2a6f.tar.bz2 podman-06fe589a0f65c05324431b1e4fb541f926ec2a6f.zip |
Bump to containers/common v0.33.3
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/klauspost/compress/huff0/README.md')
-rw-r--r-- | vendor/github.com/klauspost/compress/huff0/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/github.com/klauspost/compress/huff0/README.md b/vendor/github.com/klauspost/compress/huff0/README.md index e12da4db2..8b6e5c663 100644 --- a/vendor/github.com/klauspost/compress/huff0/README.md +++ b/vendor/github.com/klauspost/compress/huff0/README.md @@ -14,7 +14,9 @@ but it can be used as a secondary step to compressors (like Snappy) that does no ## News
- * Mar 2018: First implementation released. Consider this beta software for now.
+This is used as part of the [zstandard](https://github.com/klauspost/compress/tree/master/zstd#zstd) compression and decompression package.
+
+This ensures that most functionality is well tested.
# Usage
|