EasyCompressor.Zstd
1.3.0
EasyCompressor is an open-source compression abstraction library that supports and implements many compression algorithms such as Zstd, LZMA, LZ4, Snappy, Brotli, GZip and Deflate.
It is very useful for using along with distributed caching or storing files in database.
Install-Package EasyCompressor.Zstd -Version 1.3.0
dotnet add package EasyCompressor.Zstd --version 1.3.0
<PackageReference Include="EasyCompressor.Zstd" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasyCompressor.Zstd --version 1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5
- EasyCompressor (>= 1.3.0)
- ZstdNet (>= 1.3.3)
-
.NETFramework 4.6.1
- EasyCompressor (>= 1.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- ZstdNet (>= 1.3.3)
-
.NETStandard 2.0
- EasyCompressor (>= 1.3.0)
- ZstdNet (>= 1.3.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.