Info
Version: | 1.0.0 |
Author(s): | Zefei Ji |
Last Update: | Monday, June 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/z-ji/lz4net |
NuGet Url: | https://www.nuget.org/packages/zji.lz4.core |
Install
Install-Package zji.lz4.core
dotnet add package zji.lz4.core
paket add zji.lz4.core
zji.lz4.core Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
This project is a subset of https://github.com/MiloszKrajewski/lz4net and it is retargeted to dotnet core only and only the unsafe implementation is included.
for more detail please go to https://github.com/MiloszKrajewski/lz4net .