summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2015-03-24 22:53:02 (GMT)
committerTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2015-03-24 22:53:02 (GMT)
commit679afea730344759dabf524e2394a2bc3015fb6b (patch)
treeebd838812a06862556e2cced51e0c7829ba63489 /examples
parent19665c93ea4a25e02970a53ec5d2cd1af9303c43 (diff)
downloadlz4-679afea730344759dabf524e2394a2bc3015fb6b.zip
lz4-679afea730344759dabf524e2394a2bc3015fb6b.tar.gz
lz4-679afea730344759dabf524e2394a2bc3015fb6b.tar.bz2
Add README.md as table of contents
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
new file mode 100644
index 0000000..d0800b6
--- /dev/null
+++ b/examples/README.md
@@ -0,0 +1,7 @@
+# LZ4 examples
+
+## Documents
+
+ - [Streaming API Basics](streaming_api_basics.md)
+ - [Double Buffer](blockStreaming_doubleBuffer.md)
+ - [Line by Line Text Compression](blockStreaming_lineByLine.md)