cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
183 stars 31 forks source link

Add support for Zstandard compression #93

Open cs-util opened 1 year ago

cs-util commented 1 year ago

Complete the started https://github.com/cs-util-com/cscore/tree/feature/zstdCompression branch to add support for the Zstd compression format via the Zstandard library ( https://www.nuget.org/packages/ZstdSharp.Port )

The pure xunit test works correctly but the library is not usable in Unity yet