Go to file
EvilDeaaaadd 03adce9996 Generate docs 2019-08-01 17:20:58 +03:00
src Add credit for owo faces in README.md 2019-08-01 15:50:39 +03:00
target/doc Fix docs 2019-08-01 16:54:11 +03:00
.gitignore Generate docs 2019-08-01 17:20:58 +03:00
Cargo.toml Generate docs 2019-08-01 17:20:58 +03:00
LICENSE Initial commit 2019-08-01 16:14:13 +03:00
README.md Generate docs 2019-08-01 17:20:58 +03:00

README.md

owoify

A simple rust library for string owoification.
Inspired by:

Credits

Usage

Add this to Cargo.toml:

[dependencies]
owoify = "0.1.3"

example.rs:

use owoify::OwOifiable;

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

Documentation