feat: use a Trie for hint check

This commit is contained in:
graelo 2020-05-31 22:45:36 +02:00
parent 2e9b5fb7be
commit be698ab741
4 changed files with 59 additions and 26 deletions

View file

@ -12,6 +12,7 @@ license = "MIT"
termion = "1.5"
regex = "1.3.1"
clap = { version = "3.0.0-beta.1", features = ["suggestions", "color", "wrap_help", "term_size"]}
sequence_trie = "0.3.6"
[[bin]]
name = "copyrat"