Skip to content

Commit

Permalink
add codec and stream table in README.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 committed Jun 11, 2017
1 parent 2bc39f6 commit 05c2ade
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@
[![TravisCI Status][travisci-img]][travisci-url]
[![codecov.io][codecov-img]][codecov-url]

See [TranscodingStreams.jl](https://github.com/bicycle1885/TranscodingStreams.jl) for details.
This package exports following codecs and streams:

| Codec | Stream |
| ---------------------- | ---------------------------- |
| `GzipCompression` | `GzipCompressionStream` |
| `GzipDecompression` | `GzipDecompressionStream` |
| `ZlibCompression` | `ZlibCompressionStream` |
| `ZlibDecompression` | `ZlibDecompressionStream` |
| `DeflateCompression` | `DeflateCompressionStream` |
| `DeflateDecompression` | `DeflateDecompressionStream` |

See docstrings and [TranscodingStreams.jl](https://github.com/bicycle1885/TranscodingStreams.jl) for details.

[travisci-img]: https://travis-ci.org/bicycle1885/CodecZlib.jl.svg?branch=master
[travisci-url]: https://travis-ci.org/bicycle1885/CodecZlib.jl
Expand Down

0 comments on commit 05c2ade

Please sign in to comment.