Support multiple space seperated words

This commit is contained in:
Kerollmops
2020-05-31 16:09:34 +02:00
parent 24587148fd
commit 6c726df9b9
5 changed files with 116 additions and 16 deletions

7
Cargo.lock generated
View File

@ -93,6 +93,12 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "cow-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79bb3adfaf5f75d24b01aee375f7555907840fa2800e5ec8fa3b9e2031830173"
[[package]]
name = "crc32c"
version = "0.4.0"
@ -391,6 +397,7 @@ dependencies = [
"anyhow",
"bitpacking",
"byteorder 1.3.4",
"cow-utils",
"csv",
"fst",
"fxhash",