| Crates.io | cwc |
| lib.rs | cwc |
| version | 1.0.2 |
| created_at | 2025-04-27 11:16:42.53117+00 |
| updated_at | 2025-04-29 10:16:59.540515+00 |
| description | A word counter utility that properly handles CJK and Unicode text |
| homepage | |
| repository | https://github.com/eli-yip/cwc |
| max_upload_size | |
| id | 1651024 |
| size | 6,966 |
A simple command-line utility written in Rust that counts words in text files, with proper support for CJK characters.
cargo install cwc
cwc filename.txt
cwc file1.txt file2.txt file3.txt
cat file.txt | cwc
OR
echo "Some text to count" | cwc
cwc -v