File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,23 @@ Each codec has an alias to its transcoding stream type for ease of use. For
60
60
example, `GzipCompressorStream{S} = TranscodingStream{GzipCompressor,S} where
61
61
S<: IO `.
62
62
63
+ Consult the [ docs] [ docs-latest-url ] for more details and examples.
64
+
63
65
## Codec packages
64
66
67
+ TranscodingStreams.jl offers I/O interfaces to users. It also offers a protocol
68
+ suite to communicate with various codecs. However, specific codecs are not
69
+ included in this package except the ` Noop ` codec, which does nothing to data.
70
+ The user need to install codecs as a plug-in to do something meaningful.
71
+
72
+ The following codec packages support the protocol suite:
65
73
- [ CodecZlib.jl] ( https://github.com/bicycle1885/CodecZlib.jl )
66
74
- [ CodecBzip2.jl] ( https://github.com/bicycle1885/CodecBzip2.jl )
67
75
- [ CodecXz.jl] ( https://github.com/bicycle1885/CodecXz.jl )
68
76
- [ CodecZstd.jl] ( https://github.com/bicycle1885/CodecZstd.jl )
69
77
- [ CodecLz4.jl] ( https://github.com/invenia/CodecLz4.jl ) by Invenia.
70
78
- [ CodecBase.jl] ( https://github.com/bicycle1885/CodecBase.jl )
71
79
72
- Consult the [ docs] [ docs-latest-url ] for more details and examples.
73
-
74
80
[ travisci-img ] : https://travis-ci.org/bicycle1885/TranscodingStreams.jl.svg?branch=master
75
81
[ travisci-url ] : https://travis-ci.org/bicycle1885/TranscodingStreams.jl
76
82
[ codecov-img ] : http://codecov.io/github/bicycle1885/TranscodingStreams.jl/coverage.svg?branch=master
You can’t perform that action at this time.
0 commit comments