We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39b341 commit ae6eb55Copy full SHA for ae6eb55
ruzstd/src/decoding/mod.rs
@@ -6,6 +6,7 @@ mod streaming_decoder;
6
7
pub use frame_decoder::{BlockDecodingStrategy, FrameDecoder};
8
pub use streaming_decoder::StreamingDecoder;
9
+pub use dictionary::Dictionary;
10
11
pub(crate) mod block_decoder;
12
pub(crate) mod decode_buffer;
0 commit comments