From 58c78f0b8982f4d6946ae9bcfbbade280872c812 Mon Sep 17 00:00:00 2001 From: slowriot Date: Mon, 30 Jan 2023 12:48:15 +0000 Subject: [PATCH] Update README.md add tar_to_stream library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9df1b020f..370de35a6 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Minizip](https://github.com/nmoinvaz/minizip) - Zlib with latest bug fixes that supports PKWARE disk spanning, AES encryption, and IO buffering. [zlib] * [smaz](https://github.com/antirez/smaz) - Small strings compression library. [BSD] * [Snappy](https://google.github.io/snappy/) - A fast compressor/decompressor. [BSD] +* [tar_to_stream.h](https://github.com/Armchair-Software/tar_to_stream) - A tiny header-only library for creating TAR archives from memory, writing to a stream. * [ZLib](http://zlib.net/) - A very compact compression library for data streams. [zlib] * [zlib-ng](https://github.com/Dead2/zlib-ng) - zlib for the "next generation" systems. Drop-In replacement with some serious optimizations. [zlib] * [zstd](https://github.com/facebook/zstd) - Zstandard - Fast real-time compression algorithm. Developed by Facebook. [BSD]