Skip to content

Commit 54452b4

Browse files
committed
add CodecBzip2.jl
1 parent 049144c commit 54452b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ listed below:
2020
- [CodecZstd.jl](https://github.com/bicycle1885/CodecZstd.jl)
2121
- `ZstdCompression` (`ZstdCompressionStream`)
2222
- `ZstdDecompression` (`ZstdDecompressionStream`)
23+
- [CodecBzip2.jl](https://github.com/bicycle1885/CodecBzip2.jl)
24+
- `Bzip2Compression` (`Bzip2CompressionStream`)
25+
- `Bzip2Decompression` (`Bzip2DecompressionStream`)
2326

2427
The following snippet is an example of using CodecZlib.jl, which exports
2528
`GzipDecompressionStream` as an alias of

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ end
7272

7373
Pkg.test("CodecZlib")
7474
Pkg.test("CodecZstd")
75+
Pkg.test("CodecBzip2")

0 commit comments

Comments
 (0)