https://github.com/ogulcanturan/ogu.compressions
Provides concrete implementations of most popular compression algorithms using third-party libraries and also some utilities
https://github.com/ogulcanturan/ogu.compressions
brotli compression csharp deflate dotnet extensions gzip library snappy zstd
Last synced: about 2 months ago
JSON representation
Provides concrete implementations of most popular compression algorithms using third-party libraries and also some utilities
- Host: GitHub
- URL: https://github.com/ogulcanturan/ogu.compressions
- Owner: ogulcanturan
- License: apache-2.0
- Created: 2024-07-30T23:36:02.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-04-06T00:00:09.000Z (about 2 months ago)
- Last Synced: 2025-04-06T00:02:43.202Z (about 2 months ago)
- Topics: brotli, compression, csharp, deflate, dotnet, extensions, gzip, library, snappy, zstd
- Language: C#
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#
Ogu.Compressions [](https://github.com/ogulcanturan/Ogu.Compressions/actions/workflows/dotnet.yml)
# Ogu.Compressions [](https://nuget.org/packages/Ogu.Compressions) 
Ogu.Compressions provides concrete implementations of most popular compression algorithms using third-party libraries and also some utilities. [More info](https://github.com/ogulcanturan/Ogu.Compressions/tree/master/src/Ogu.Compressions#readme)
## Installation
You can install the library via NuGet Package Manager:
```bash
dotnet add package Ogu.Compressions
```# Ogu.AspNetCore.Compressions [](https://nuget.org/packages/Ogu.AspNetCore.Compressions) 
Ogu.AspNetCore.Compressions extends ASP.NET Core’s native compression capabilities with additional options not included in the core framework. [More info](https://github.com/ogulcanturan/Ogu.Compressions/tree/master/src/Ogu.AspNetCore.Compressions#readme)
## Installation
You can install the library via NuGet Package Manager:
```bash
dotnet add package Ogu.AspNetCore.Compressions
```## Sample Application
A sample application demonstrating the usage of Ogu.Compressions & Ogu.AspNetCore.Compressions can be found [here](https://github.com/ogulcanturan/Ogu.Compressions/tree/master/samples/Sample.Api).