We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049144c commit 54452b4Copy full SHA for 54452b4
README.md
@@ -20,6 +20,9 @@ listed below:
20
- [CodecZstd.jl](https://github.com/bicycle1885/CodecZstd.jl)
21
- `ZstdCompression` (`ZstdCompressionStream`)
22
- `ZstdDecompression` (`ZstdDecompressionStream`)
23
+- [CodecBzip2.jl](https://github.com/bicycle1885/CodecBzip2.jl)
24
+ - `Bzip2Compression` (`Bzip2CompressionStream`)
25
+ - `Bzip2Decompression` (`Bzip2DecompressionStream`)
26
27
The following snippet is an example of using CodecZlib.jl, which exports
28
`GzipDecompressionStream` as an alias of
test/runtests.jl
@@ -72,3 +72,4 @@ end
72
73
Pkg.test("CodecZlib")
74
Pkg.test("CodecZstd")
75
+Pkg.test("CodecBzip2")
0 commit comments