Skip to content

Commit ae6eb55

Browse files
authored
minor: expose decoding::Dictionary (#97)
1 parent a39b341 commit ae6eb55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruzstd/src/decoding/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mod streaming_decoder;
66

77
pub use frame_decoder::{BlockDecodingStrategy, FrameDecoder};
88
pub use streaming_decoder::StreamingDecoder;
9+
pub use dictionary::Dictionary;
910

1011
pub(crate) mod block_decoder;
1112
pub(crate) mod decode_buffer;

0 commit comments

Comments
 (0)