File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ TranscodingStreams.jl
8
8
[ ![ codecov.io] [ codecov-img ]] [ codecov-url ]
9
9
10
10
TranscodingStreams.jl is a package for transcoding data streams. Transcoding can
11
- be any codec. For example, following packages define lossless compression and
12
- decompression codecs:
11
+ be any codec. The following packages support the interfaces of this package:
13
12
- [ CodecZlib.jl] ( https://github.com/bicycle1885/CodecZlib.jl )
14
13
- [ CodecBzip2.jl] ( https://github.com/bicycle1885/CodecBzip2.jl )
15
14
- [ CodecXz.jl] ( https://github.com/bicycle1885/CodecXz.jl )
16
15
- [ CodecZstd.jl] ( https://github.com/bicycle1885/CodecZstd.jl )
16
+ - [ CodecBase.jl] ( https://github.com/bicycle1885/CodecBase.jl )
17
17
18
18
Consult the [ docs] [ docs-latest-url ] for more details and examples.
19
19
You can’t perform that action at this time.
0 commit comments