From fc1acab71ab1adf3be9cc96ffddf693820df3935 Mon Sep 17 00:00:00 2001 From: 4kills Date: Sat, 7 Nov 2020 13:57:56 +0100 Subject: [PATCH] readme: added table of contents --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f5b8ded..96f24f3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,22 @@ use this library are also provided: yet support very large files * benchmark, a program for benchmarking in-memory compression and decompression +## Table of Contents + +- [Building](#building) + - [For UNIX](#for-unix) + - [For macOS](#for-macos) + - [For Windows](#for-windows) + - [Using Cygwin](#using-cygwin) + - [Using MSYS2](#using-msys2) +- [API](#api) +- [Bindings for other programming languages](#bindings-for-other-programming-languages) +- [DEFLATE vs. zlib vs. gzip](#deflate-vs-zlib-vs-gzip) +- [Compression levels](#compression-levels) +- [Motivation](#motivation) +- [License](#license) + + # Building ## For UNIX