You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Agatha Lovelace 3eb1aec47e Update author and repository info 3 years ago
src Remove redundant clone 3 years ago
.gitignore Generate docs 4 years ago
Cargo.toml Update author and repository info 3 years ago
LICENSE Update author and repository info 3 years ago
README.md Update version numbers 3 years ago

README.md

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