Improve the display of the number of processed documents

This commit is contained in:
Kerollmops
2020-09-29 15:10:08 +02:00
parent 59a127d022
commit 68f4af7d2e
3 changed files with 24 additions and 5 deletions

7
Cargo.lock generated
View File

@ -712,6 +712,12 @@ version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
[[package]]
name = "human_format"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86cce260d758a9aa3d7c4b99d55c815a540f8a37514ba6046ab6be402a157cb0"
[[package]]
name = "humansize"
version = "1.1.0"
@ -959,6 +965,7 @@ dependencies = [
"fst",
"fxhash",
"heed",
"human_format",
"itertools",
"jemallocator",
"levenshtein_automata",