An open API service indexing awesome lists of open source software.

https://github.com/hellokitty/iconic.zlib.netstandard

A .NETStandard compatible port of Iconic.Zlib.
https://github.com/hellokitty/iconic.zlib.netstandard

Last synced: about 1 year ago
JSON representation

A .NETStandard compatible port of Iconic.Zlib.

Awesome Lists containing this project

README

          

# Iconic.Zlib.Netstandard

Iconic.Zlib.Netstandard is an open-source .NETSTANDARD, .NETCORE, and .NETFRAMEWORK compatible port of the Iconic.Zlib library.

It does not contain a multithreaded decompression stream due to netstandard1.3 not having the Threadpool.

## Builds

Available on a Nuget: https://www.nuget.org/packages/Iconic.Zlib.Netstandard

## Tests

TODO Setup Mono tests

#### Windows - Unit Tests

(Done locally)

## Licensing

My changes/diff are licensed under MIT. The original Dotnetzip source's [license can be found here](http://dotnetzip.codeplex.com/license) and I'm also obligated to license this new version under the original license.