Go to file
EvilDeaaaadd 0ab6a3ab0d Merge pull request #1 from nabijaczleweli/master
Add syntax highwighting to WEADME
2019-08-01 17:11:11 +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 Fix docs 2019-08-01 16:54:11 +03:00
Cargo.toml Fix docs 2019-08-01 16:54:11 +03:00
LICENSE Initial commit 2019-08-01 16:14:13 +03:00
README.md Add syntax highwighting to WEADME 2019-08-01 16:06:19 +02: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