Crates.io | wordcrab |
lib.rs | wordcrab |
version | 0.13.0 |
source | src |
created_at | 2019-10-17 20:39:47.517 |
updated_at | 2023-06-23 10:07:11.045237 |
description | A command-line tool for counting lines, words and characters in documents. |
homepage | |
repository | https://github.com/Walther/wordcrab |
max_upload_size | |
id | 173459 |
size | 726,583 |
wordcrab
is a command-line tool for counting lines, words and characters in documents.
It is intended as a cross-platform, modern replacement for wc
.
rustup
and cargo
installed: curl https://sh.rustup.rs -sSf | sh
cargo install wordcrab
cargo install wordcrab --force
cargo remove wordcrab
TODO: installers in various OS package managers.
rayon
-l
, -w
, -c
similar to wc
main()
and return errors?