Skip to content

Commit 67a3c5d

Browse files
committed
add CodecXz.jl
1 parent 1844494 commit 67a3c5d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ decompression codecs:
1919
- [CodecZlib.jl](https://github.com/bicycle1885/CodecZlib.jl)
2020
- [CodecZstd.jl](https://github.com/bicycle1885/CodecZstd.jl)
2121
- [CodecBzip2.jl](https://github.com/bicycle1885/CodecBzip2.jl)
22+
- [CodecXz.jl](https://github.com/bicycle1885/CodecXz.jl)

docs/src/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Codecs are defined in other packages listed below:
3131
- [CodecBzip2.jl](https://github.com/bicycle1885/CodecBzip2.jl)
3232
- `Bzip2Compression` (`Bzip2CompressionStream`)
3333
- `Bzip2Decompression` (`Bzip2DecompressionStream`)
34+
- [CodecXz.jl](https://github.com/bicycle1885/CodecXz.jl)
35+
- `XzCompression` (`XzCompressionStream`)
36+
- `XzDecompression` (`XzDecompressionStream`)
3437

3538
By convention, codec types have a name that matches `.*(Co|Deco)mpression` and
3639
I/O types have a codec name with `Stream` suffix. An important thing is these

0 commit comments

Comments
 (0)