3 unstable releases
Uses old Rust 2015
0.2.0 | Jun 24, 2018 |
---|---|
0.1.1 | Aug 20, 2016 |
0.1.0 | Mar 29, 2016 |
#6 in #middle
27 downloads per month
Used in constructor
16KB
134 lines
zalgo.rs
Rust crate for generating Zalgo text.
This features both a library and a binary, which can be used via:
cargo run --bin zalgo test text
Zalgo
Zalgo is an Internet legend about an ominous entity believed to cause insanity, death and destruction of the world, similar to the creature Cthulhu created by H.P. Lovecraft in the 1920s. Zalgo is often associated with scrambled text on webpages and photos of people whose eyes and mouth have been covered in black.
-- knowyourmeme
Installation
Add the following dependency to your Cargo.toml:
zalgo = "0.2"
And include it in your project:
extern crate zalgo;
Examples
Generate Zalgo text with up/down (no middle) and mini definitions:
use zalgo::ZalgoSize;
let text = zalgo::gen("test", true, false, true, ZalgoSize::Mini);
To view more examples, check out the examples directory.
License
License info in LICENSE.md. Long story short, ISC.
Dependencies
~400KB