Move the proximity function to a module

This commit is contained in:
Clément Renault
2020-09-22 10:53:20 +02:00
parent 15208c7d3d
commit e34437b2d7
3 changed files with 31 additions and 28 deletions

View File

@ -2,6 +2,7 @@ mod criterion;
mod query_tokens;
mod search;
pub mod heed_codec;
pub mod proximity;
pub mod tokenizer;
use std::collections::HashMap;