Crates.io | devowel |
lib.rs | devowel |
version | 0.0.1 |
source | src |
created_at | 2021-11-21 18:14:36.737864 |
updated_at | 2021-11-21 18:14:36.737864 |
description | Remove vowels from English text. |
homepage | |
repository | https://github.com/Samyak2/devowel |
max_upload_size | |
id | 485389 |
size | 2,862 |
Become fluent in textspeak! Remove vowels from your text and save up to 80% of the characters in your string.
If y cn rd ths, y dnt nd vwls!
TODO: publish on crates.io
cargo install devowel
Once installed, devowel
can be used like so:
echo "hello there, this is devowel" | devowel
To devowel an entire file, use:
cat filename.txt | devowel
devowel
devowels everything in standard input (stdin) and writes the output to standard output (stdout).
Because there was a serious lack of a crate for this.
MIT