Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
Neotamandua committed Jun 12, 2023
1 parent 1d66d22 commit 80bd8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bincache/src/compression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ mod noop_compressor;
#[cfg(feature = "comp_zstd")]
mod zstd_compressor;

pub use compression_level::CompressionLevel;
pub(crate) use maybe_compressor::MaybeCompressor;
pub(crate) use noop_compressor::Noop;
pub use compression_level::CompressionLevel;
#[cfg(feature = "comp_zstd")]
pub use zstd_compressor::Zstd;

0 comments on commit 80bd8d9

Please sign in to comment.