Zstd.NetFramework 1.5.7

Additional Details

beta version

There is a newer version of this package available.
See the version list below for details.
dotnet add package Zstd.NetFramework --version 1.5.7
                    
NuGet\Install-Package Zstd.NetFramework -Version 1.5.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zstd.NetFramework" Version="1.5.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zstd.NetFramework" Version="1.5.7" />
                    
Directory.Packages.props
<PackageReference Include="Zstd.NetFramework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zstd.NetFramework --version 1.5.7
                    
#r "nuget: Zstd.NetFramework, 1.5.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Zstd.NetFramework&version=1.5.7
                    
Install Zstd.NetFramework as a Cake Addin
#tool nuget:?package=Zstd.NetFramework&version=1.5.7
                    
Install Zstd.NetFramework as a Cake Tool

Zstd.NetFramework

This is a Wrappers based on P/Invoke implementations.

Dependency: facebook/ztsd

API

Zstd.Compress(byte[] src, int level)

Zstd.Decompress(byte[] src, int dstCapacity)

Zstd.CompressStream(Stream src, Stream dst, int level)

Zstd.DecompressStream(Stream src, Stream dst)

License

MIT

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

This is a Wrappers based on P/Invoke implementations.