File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,10 @@ TranscodingStreams.jl
12
12
[ codecov-url ] : http://codecov.io/github/bicycle1885/TranscodingStreams.jl?branch=master
13
13
[ docs-latest-img ] : https://img.shields.io/badge/docs-latest-blue.svg
14
14
[ docs-latest-url ] : https://bicycle1885.github.io/TranscodingStreams.jl/latest/
15
+
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 )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Codecs are defined in other packages listed below:
25
25
- ` ZlibDecompression ` (` ZlibDecompressionStream ` )
26
26
- ` DeflateCompression ` (` DeflateCompressionStream ` )
27
27
- ` DeflateDecompression ` (` DeflateDecompressionStream ` )
28
- - [ CodecZngstd .jl] ( https://github.com/bicycle1885/CodecZstd.jl )
28
+ - [ CodecZstd .jl] ( https://github.com/bicycle1885/CodecZstd.jl )
29
29
- ` ZstdCompression ` (` ZstdCompressionStream ` )
30
30
- ` ZstdDecompression ` (` ZstdDecompressionStream ` )
31
31
- [ CodecBzip2.jl] ( https://github.com/bicycle1885/CodecBzip2.jl )
You can’t perform that action at this time.
0 commit comments