feat: Introduce a basic way to handle synonyms

This commit is contained in:
Clément Renault
2019-06-13 15:47:49 +02:00
parent ae8b4f56f2
commit e8b2e86007
3 changed files with 207 additions and 11 deletions

View File

@ -25,6 +25,9 @@ git = "https://github.com/Kerollmops/levenshtein-automata.git"
branch = "arc-byte-slice"
features = ["fst_automaton"]
[dev-dependencies]
assert_matches = "1.3"
[features]
i128 = ["byteorder/i128"]
nightly = ["hashbrown/nightly", "slice-group-by/nightly"]