Skip to content

Commit 7daacea

Browse files
committed
Make geo_filters SimHash publically accessible
1 parent 06468c6 commit 7daacea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/geo_filters/src/diff_count.rs

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

1919
use bitvec::*;
2020
pub use config::{GeoDiffConfig13, GeoDiffConfig7};
21+
pub use sim_hash::SimHash;
2122

2223
/// Diff count filter with a relative error standard deviation of ~0.125.
2324
pub type GeoDiffCount7<'a> = GeoDiffCount<'a, GeoDiffConfig7>;

0 commit comments

Comments
 (0)