mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-02-14 21:34:30 +00:00
fe319b71f13fe4ec4f7640f820e906859cd8f5e6
SabreTools.Compression
This library comprises of various compression implementations that are used across multiple projects. Most of the implementations are be ports of existing C and C++ code.
Find the link to the Nuget package here.
Supported Compressions
| Compression Name | Decompress | Compress |
|---|---|---|
| LZ | Yes | No |
| MSZIP | Yes* | No |
Note: If something is marked with a * it means that it need testing.
External Libraries
| Library Name | Use |
|---|---|
| ZLibPort | Adds zlib code for internal and external use; minor edits have been made |
Description
Releases
19
Languages
C#
99.9%