mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-09-21 22:35:00 +00:00
Add README
This commit is contained in:
11
README.MD
Normal file
11
README.MD
Normal 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 | |
|
||||
Reference in New Issue
Block a user