feat: Introduce a WordArea struct

Useful to highlight matching areas in the original text.
This commit is contained in:
Clément Renault
2018-12-23 16:46:49 +01:00
parent 62521262e8
commit b32c96cdc9
14 changed files with 373 additions and 136 deletions

View File

@ -35,5 +35,7 @@ nightly = []
[dev-dependencies]
csv = "1.0"
elapsed = "0.1"
quickcheck = "0.7"
structopt = "0.2"
tempfile = "3.0"
termcolor = "1.0"