Skip to content

Commit c7509ad

Browse files
committed
wip
Signed-off-by: Joe Isaacs <[email protected]>
1 parent ccb7819 commit c7509ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vortex-btrblocks/src/lib.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ pub use canonical_compressor::CanonicalCompressor;
5656
use compressor::Compressor;
5757
use compressor::CompressorExt;
5858
use compressor::MAX_CASCADE;
59+
pub use compressor::integer::IntegerStats;
60+
pub use compressor::integer::dictionary::dictionary_encode as integer_dictionary_encode;
5961
use ctx::CompressorContext;
6062
use ctx::Excludes;
6163
use scheme::Scheme;
6264
use scheme::SchemeExt;
63-
use stats::CompressorStats;
64-
use stats::GenerateStatsOptions;
65+
pub use stats::CompressorStats;
66+
pub use stats::GenerateStatsOptions;

0 commit comments

Comments
 (0)