@@ -6,17 +6,20 @@ TranscodingStreams.jl
6
6
[ ![ TravisCI Status] [ travisci-img ]] [ travisci-url ]
7
7
[ ![ codecov.io] [ codecov-img ]] [ codecov-url ]
8
8
9
+ TranscodingStreams.jl is a package for transcoding data streams. Transcoding can
10
+ be any codec. For example, following packages define lossless compression and
11
+ decompression codecs:
12
+ - [ CodecZlib.jl] ( https://github.com/bicycle1885/CodecZlib.jl )
13
+ - [ CodecBzip2.jl] ( https://github.com/bicycle1885/CodecBzip2.jl )
14
+ - [ CodecXz.jl] ( https://github.com/bicycle1885/CodecXz.jl )
15
+ - [ CodecZstd.jl] ( https://github.com/bicycle1885/CodecZstd.jl )
16
+
17
+ Consult the [ docs] [ docs-latest-url ] for more details and examples.
18
+
9
19
[ travisci-img ] : https://travis-ci.org/bicycle1885/TranscodingStreams.jl.svg?branch=master
10
20
[ travisci-url ] : https://travis-ci.org/bicycle1885/TranscodingStreams.jl
11
21
[ codecov-img ] : http://codecov.io/github/bicycle1885/TranscodingStreams.jl/coverage.svg?branch=master
12
22
[ codecov-url ] : http://codecov.io/github/bicycle1885/TranscodingStreams.jl?branch=master
13
23
[ docs-latest-img ] : https://img.shields.io/badge/docs-latest-blue.svg
14
24
[ docs-latest-url ] : https://bicycle1885.github.io/TranscodingStreams.jl/latest/
15
25
16
- TranscodingStreams.jl is a package for transcoding data streams. Transcoding can
17
- be any codec. For example, following packages define lossless compression and
18
- decompression codecs:
19
- - [ CodecZlib.jl] ( https://github.com/bicycle1885/CodecZlib.jl )
20
- - [ CodecZstd.jl] ( https://github.com/bicycle1885/CodecZstd.jl )
21
- - [ CodecBzip2.jl] ( https://github.com/bicycle1885/CodecBzip2.jl )
22
- - [ CodecXz.jl] ( https://github.com/bicycle1885/CodecXz.jl )
0 commit comments