Skip to content

Commit 8aa202e

Browse files
authored
Re-export core in codecs (#395)
It's impossible to use codecs without also importing core Signed-off-by: Jiahao XU <[email protected]>
1 parent fcf91fd commit 8aa202e

File tree

1 file changed

+2
-0
lines changed
  • crates/compression-codecs/src

1 file changed

+2
-0
lines changed

crates/compression-codecs/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
use std::io::Result;
66

7+
pub use compression_core as core;
8+
79
#[cfg(feature = "brotli")]
810
pub mod brotli;
911
#[cfg(feature = "bzip2")]

0 commit comments

Comments
 (0)