We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee6497 commit 46e4849Copy full SHA for 46e4849
src/stream/mod.rs
@@ -13,6 +13,7 @@ mod deflate;
13
mod flate;
14
mod gzip;
15
mod zlib;
16
+mod zstd;
17
18
pub use brotli::{BrotliDecoder, BrotliEncoder};
19
pub use deflate::{DeflateDecoder, DeflateEncoder};
0 commit comments