Introduce the Crtierion enum

This commit is contained in:
Clément Renault
2020-08-12 10:43:02 +02:00
parent 6d04a285dc
commit bfb46cbfbe
2 changed files with 32 additions and 0 deletions

View File

@ -1,4 +1,5 @@
mod best_proximity;
mod criterion;
mod heed_codec;
mod iter_shortest_paths;
mod query_tokens;