Add brotli decompressor

This commit is for the decoder for brotli compression format.
Brotli is a generic byte-level compression algorithm.
This commit is contained in:
Zoltan Szabadka
2013-10-11 10:26:07 +02:00
parent 5ce8fad3ab
commit 04163a87d0
13 changed files with 1935 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
This directory holds the decoder for brotli compression format.
Brotli is proposed to be used at the byte-compression level in WOFF 2.0 format.