From 990d4d6b44ce937c7ac26d3c2fc329e5d2d8d4c6 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 18 Sep 2023 10:53:35 -0400 Subject: [PATCH] Add README --- README.MD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.MD 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 | |