ZstdNet 1.0.0
Zstd compression library wrapper for .NET
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package ZstdNet -Version 1.0.0
dotnet add package ZstdNet --version 1.0.0
<PackageReference Include="ZstdNet" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZstdNet --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ZstdNet, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install ZstdNet as a Cake Addin
#addin nuget:?package=ZstdNet&version=1.0.0
// Install ZstdNet as a Cake Tool
#tool nuget:?package=ZstdNet&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on ZstdNet:
Package | Downloads |
---|---|
Pulsar.Client
.NET client library for Apache Pulsar
|
|
SharpPulsar
SharpPulsar is Apache Pulsar Client built using Akka.net
|
|
EasyCompressor.Zstd
A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
|
|
Reloaded.Messaging.Compressor.ZStandard
Basic ZStandard compression implementation for Reloaded.Messaging based off of ZstdNet.
|
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on ZstdNet:
Repository | Stars |
---|---|
toddams/RazorLight
Template engine based on Microsoft's Razor parsing engine for .NET Core
|
|
overtools/OWLib
Series of programs (tools) to interact with the Overwatch files.
|
|
SCToolsfactory/SCJMapper-V2
SC Joystick Mapper (.Net 4; using sharpDX wrapper)
|
|
mjebrahimi/EasyCompressor
⚡ A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
|