From 7c7f4a39f21c4033dfb3f6291c554642b6f928b7 Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Thu, 10 Jun 2021 19:10:25 -0400 Subject: [PATCH] add alternative library --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index bc0dd3e..f7a7ae4 100644 --- a/README.org +++ b/README.org @@ -18,6 +18,8 @@ Alternatives to this library include: - The [[http://www.boost.org/doc/libs/release/libs/iostreams/][Boost IOStreams]] library. The library does not auto-detect input compression (by default, though that can be easily implemented with filters), and more importantly, it is not a header-only Boost library. +- The [[https://github.com/tmaklin/bxzstr][bxzstr]] library. + For an example usage, see [[examples/ztxtpipe.cpp]] and [[examples/zc.cpp]]. **** Input Auto-detection