From: Yann Collet Date: Mon, 13 Mar 2017 21:45:16 +0000 (-0700) Subject: added link to API documentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7ce9f81f2b191982febe4a47d021f544e6702ae;p=thirdparty%2Fzstd.git added link to API documentation --- diff --git a/index.html b/index.html index d55bf0764..0cfce2fc1 100644 --- a/index.html +++ b/index.html @@ -165,6 +165,15 @@ Dictionary gains are mostly effective in the first few KB. Then, the compression `zstd -D dictionaryName --decompress FILE.zst` +### A rich API set : + +Zstandard API is designed with learning curve in mind. +At the top, you'll find simple methods, using trivial arguments and behavior. +Then, at each new paragraph, the API introduces new concepts and parameters, +giving gradually more control for advanced usages. + +You can learn more about Zstandard API by reading [its documentation](http://facebook.github.io/zstd/zstd_manual.html). +
## Bindings for other languages