travis-badge license-badge

zalgo.rs

Rust crate for generating Zalgo 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:

rust zalgo = "0.1"

And include it in your project:

rust extern crate zalgo;

Examples

Generate Zalgo text with up/down (no middle) and mini definitions:

```rust 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.