readme: added table of contents

This commit is contained in:
4kills 2020-11-07 13:57:56 +01:00 committed by Eric Biggers
parent bef1e93b70
commit fc1acab71a

View File

@ -24,6 +24,22 @@ use this library are also provided:
yet support very large files yet support very large files
* benchmark, a program for benchmarking in-memory compression and decompression * 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 # Building
## For UNIX ## For UNIX