Expand description

Translates English text to OwO.

Examples

use owoifier::OwOifier;

let text = "Hello world!".owoify();
assert_eq!(text, "Hewwo wowwd!");

Traits