6 releases

0.1.5 Dec 30, 2019
0.1.4 Aug 1, 2019

#1476 in Text processing


Used in pwintln

MIT license

4KB

owoify

A simple rust library for string owoification.
Inspired by:

Credits

Usage

Add this to Cargo.toml:

[dependencies]
owoify = "0.1.5"

example.rs:

use owoify::OwOifiable;

fn main() {
    let text = String::from("euthanize me senpai!!");
    println!("{}", text.owoify());
}

Documentation

Dependencies

~2.6–3.5MB
~63K SLoC