diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..9a09c8f --- /dev/null +++ b/README.MD @@ -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 | |