zalgo 0.2.0

A crate for generating Zalgo text with defined parameters.
Documentation

ci-badge license-badge docs-badge

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.