devowel

Crates.iodevowel
lib.rsdevowel
version0.0.1
sourcesrc
created_at2021-11-21 18:14:36.737864
updated_at2021-11-21 18:14:36.737864
descriptionRemove vowels from English text.
homepage
repositoryhttps://github.com/Samyak2/devowel
max_upload_size
id485389
size2,862
Samyak Sarnayak (Samyak2)

documentation

README

devowel

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!

Usage

Install

TODO: publish on crates.io

cargo install devowel

CLI

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).

Why?

Because there was a serious lack of a crate for this.

License

MIT

Commit count: 0

cargo fmt