feat: Introduce the DocumentKey and DocumentKeyAttr structs

This commit is contained in:
Clément Renault
2018-12-03 14:39:56 +01:00
parent 700d625c93
commit 3d0b334942
5 changed files with 116 additions and 229 deletions

View File

@ -1,6 +1,7 @@
use std::ops::Deref;
use fst::Automaton;
use lazy_static::lazy_static;
use levenshtein_automata::{
LevenshteinAutomatonBuilder as LevBuilder,
DFA, Distance,