Add README

This commit is contained in:
Matt Nadareski
2023-09-18 10:53:35 -04:00
parent ad76911e21
commit 990d4d6b44

11
README.MD Normal file
View File

@@ -0,0 +1,11 @@
# 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](https://www.nuget.org/packages/SabreTools.Compression).
## Supported Compressions
| Compression Name | Decompress | Compress |
| --- | --- | --- |
| LZ | Yes | |