words-count 0.1.7

Count the words and characters, with or without whitespaces.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "unicode-blocks"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "328edfd6d0bb91a22e592bed3a3b54c7b1f5c92a517f5a7aca24a2caef10c363"

[[package]]
name = "words-count"
version = "0.1.7"
dependencies = [
 "unicode-blocks",
]