We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06468c6 commit 7daaceaCopy full SHA for 7daacea
1 file changed
crates/geo_filters/src/diff_count.rs
@@ -18,6 +18,7 @@ mod sim_hash;
18
19
use bitvec::*;
20
pub use config::{GeoDiffConfig13, GeoDiffConfig7};
21
+pub use sim_hash::SimHash;
22
23
/// Diff count filter with a relative error standard deviation of ~0.125.
24
pub type GeoDiffCount7<'a> = GeoDiffCount<'a, GeoDiffConfig7>;
0 commit comments